agentsclimarketplace

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

Install
npx -y skills add NickCrew/Claude-Cortex --skill writing-plans

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 23 stars23 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

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 in rules/Planning.md.
  • Any mandated modes (e.g., modes/Super_Saiyan.md, modes/Security_Audit.md).

Steps

  1. Restate Objective
    • One paragraph referencing ticket/issue + constraints.
  2. Identify Workstreams
    • Break work into 2–5 streams (frontend, backend, docs, infra, etc.).
    • For each, list required agents/modes/rules.
  3. Define Tasks per Stream
    • Bullet tasks with Definition of Done + validation (tests, lint, visual review).
    • Include verification hooks (rules/, commands/testing.yaml).
  4. Risk / Mitigation
    • Capture open questions, dependencies, rollback steps.
  5. Task Sync
    • For each bullet, create a Task TUI entry (press TA).
    • OR run /ctx:execute-plan after this skill to auto-seed tasks (coming soon).

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/

Keep looking

Skills are one crate of 326,851. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.