AgentStack
SKILL verified MIT Self-run

Writing Plans

skill-nickcrew-claude-cortex-writing-plans · by NickCrew

Structured plan-writing skill adapted from obra/superpowers. Produces actionable plans that map directly to cortex workflows and tasks.

No reviews yet
0 installs
14 views
0.0% view→install

Install

$ agentstack add skill-nickcrew-claude-cortex-writing-plans

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Writing Plans? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

/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.
  1. Identify Workstreams
  • Break work into 2–5 streams (frontend, backend, docs, infra, etc.).
  • For each, list required agents/modes/rules.
  1. Define Tasks per Stream
  • Bullet tasks with Definition of Done + validation (tests, lint, visual review).
  • Include verification hooks (rules/, commands/testing.yaml).
  1. Risk / Mitigation
  • Capture open questions, dependencies, rollback steps.
  1. 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 – 
- Task … (agent/mode/rule, validation)
- Task …

### Stream 2 – …

## Risks & Mitigations
- …

Store the plan in chat + docs/plans/-.md if long-lived. Then move to /ctx:execute-plan.

Resources

  • Plan template snippet: skills/collaboration/writing-plans/resources/template.md.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.