ctx-plan-writing
Structured plan-writing skill adapted from obra/superpowers. Produces actionable plans that map directly to cortex workflows and tasks.
$ 安裝
git clone https://github.com/NickCrew/claude-cortex /tmp/claude-cortex && cp -r /tmp/claude-cortex/skills/collaboration/writing-plans ~/.claude/skills/claude-cortex// tip: Run this command in your terminal to install the skill
SKILL.md
name: ctx-plan-writing description: Structured plan-writing skill adapted from obra/superpowers. Produces actionable plans that map directly to cortex workflows and tasks. license: MIT (obra/superpowers) command: /ctx:plan
/ctx:plan
Transforms brainstorm output into a concrete execution plan that cortex can enforce.
Inputs
- Brainstorm summary (see
/ctx:brainstorm). - Relevant workflows in
workflows/and rules inrules/Planning.md. - Any mandated modes (e.g.,
modes/Super_Saiyan.md,modes/Security_Audit.md).
Steps
- Restate Objective
- One paragraph referencing ticket/issue + constraints.
- Identify Workstreams
- Break work into 2–5 streams (frontend, backend, docs, infra, etc.).
- For each, list required agents/modes/rules.
- Define Tasks per Stream
- Bullet tasks with Definition of Done + validation (tests, lint, visual review).
- Include verification hooks (
rules/,commands/testing.yaml).
- Risk / Mitigation
- Capture open questions, dependencies, rollback steps.
- Task Sync
- For each bullet, create a Task TUI entry (press
T→A). - OR run
/ctx:execute-planafter this skill to auto-seed tasks (coming soon).
- For each bullet, create a Task TUI entry (press
Output template
## Objective
## Workstreams
### Stream 1 – <name>
- Task … (agent/mode/rule, validation)
- Task …
### Stream 2 – …
## Risks & Mitigations
- …
Store the plan in chat + docs/plans/<date>-<slug>.md if long-lived. Then move to /ctx:execute-plan.
Resources
- Plan template snippet:
skills/collaboration/writing-plans/resources/template.md.
Repository

NickCrew
Author
NickCrew/claude-cortex/skills/collaboration/writing-plans
4
Stars
2
Forks
Updated4d ago
Added1w ago