Writing plans
Skill NickCrew/Claude-Cortex/skills/collaboration/writing-plans
Structured plan-writing skill adapted from obra/superpowers. Produces actionable plans that map directly to cortex workflows and tasks.From its SKILL.md
npx -y skills add NickCrew/Claude-Cortex --skill writing-plansAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its file declares
Copied from the file, not written here
The file declares its own license as MIT (obra/superpowers). That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.8 KB, 366 tokens by cl100k_base, as published. Nobody here has run it
/collaboration:writing-plans
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.
What ships with it: 1 file
171 B alongside SKILL.md
resources/
- template.md171 B