feat(commands): add /essay-edit command for expert essay editing
Some checks failed
CI / test (push) Has been cancelled
Some checks failed
CI / test (push) Has been cancelled
Pairs with /essay-outline. Runs structural review via story-lens skill (Saunders framework), then granular line-level editing. Guards against timid scribe syndrome and preserves author voice via john-voice skill. Outputs a fully edited essay to docs/essays/. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -7,7 +7,7 @@ AI-powered development tools that get smarter with every use. Make each unit of
|
||||
| Component | Count |
|
||||
|-----------|-------|
|
||||
| Agents | 25 |
|
||||
| Commands | 24 |
|
||||
| Commands | 25 |
|
||||
| Skills | 24 |
|
||||
| MCP Servers | 1 |
|
||||
|
||||
@@ -97,6 +97,7 @@ Core workflow commands use `workflows:` prefix to avoid collisions with built-in
|
||||
| `/deploy-docs` | Validate and prepare documentation for GitHub Pages |
|
||||
| `/pr-comments-to-todos` | Fetch PR comments and convert to todo files |
|
||||
| `/essay-outline` | Transform a brain dump into a story-structured essay outline |
|
||||
| `/essay-edit` | Polish written essays with expert structural and line-level editing |
|
||||
|
||||
## Skills
|
||||
|
||||
|
||||
Reference in New Issue
Block a user