Skip to content

expand

by rob

Text

Expand bullet points and notes into flowing, well-written paragraphs. Maintains the original meaning while adding context and transitions.

text writing expand bullet-points paragraphs
# expand

Expand bullet points and notes into flowing, well-written paragraphs. Maintains the original meaning while adding context and transitions.

## Installation

This is a CmdForge tool. Install it from the registry:

```bash
cmdforge install expand
```

## Usage

The `expand` tool reads input via stdin and outputs expanded text:

```bash
# Expand bullet points from a file
cat notes.txt | expand

# Expand inline text
echo "- Main idea: AI tools
- Benefit: productivity
- Challenge: learning curve" | expand

# Save expanded output
echo "Quick notes here" | expand > expanded.txt
```

## Arguments

This tool has no configurable arguments.

## How It Works

The tool uses a single AI prompt step to transform concise bullet points and notes into well-structured, flowing prose:

1. **AI Expansion** (step_1): Processes the input text through the `opencode-pickle` provider, which analyzes the structure and meaning of your notes, then generates coherent paragraphs that preserve the original information while adding appropriate context, transitions, and narrative flow.

The final output is the expanded text, ready for use in documents, emails, or any context requiring polished writing.

## Dependencies

None

No reviews yet.

Issues

No issues reported for this tool.