One-click install
npx skills add https://github.com/DarkCodePE/quipu --skill writing-plans-darkcodepe
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: writing-plans
Source: https://github.com/DarkCodePE/quipu/tree/main/docs/arquetipo/deliverables/skills/kernel/writing-plans
Command: npx skills add https://github.com/DarkCodePE/quipu --skill writing-plans-darkcodepe

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Planning complex software tasks from a formal spec can be tedious and error-prone. Writing Plans provides a structured workflow to translate requirements into a comprehensive, auditable task plan that guides engineers from design to verification.

Core Features & Use Cases

  • Generate a detailed plan describing files to touch, code changes, tests, and documentation.
  • Enforce a consistent plan structure, including a Plan Document Header and task-by-task steps.
  • Ideal for engineering teams that need clear handoffs, TDD-friendly plans, and repeatable workflows across features.

Quick Start

Define your spec and run the writing-plans skill to produce a complete plan saved under docs/superpowers/plans/ with a date stamp.

Frequently Asked Questions about writing-plans

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a step-by-step implementation plan from a software spec?▼

To create an implementation plan from a spec, define your requirements and generate a structured document covering files, tests, and documentation. The plan enforces a consistent format with a header and task-by-task steps saved under a dated directory.

What is the best way to structure task decomposition for complex engineering projects?▼

Task decomposition for engineering projects is structured using a consistent plan format that breaks down specs into auditable, task-oriented steps. This approach guides developers clearly from design through verification across files and tests.

Can I generate TDD-friendly implementation plans for engineering team handoffs?▼

Yes, you can generate TDD-friendly implementation plans designed for clear engineering team handoffs. The plans describe specific code changes and tests required, ensuring repeatable workflows and structured guidance across features.

What should an implementation plan document include for software development?▼

An implementation plan document should include a Plan Document Header, detailed code changes, files to touch, tests, and documentation. This structure ensures the plan is auditable and guides engineering work comprehensively.

When do I need a formal implementation plan for project management?▼

You need a formal implementation plan for project management when translating complex software requirements into comprehensive, auditable tasks. It provides a repeatable workflow that guides engineers from initial design to final verification.

Does this implementation planning workflow work without external dependencies?▼

Yes, this implementation planning workflow operates without external dependencies. It independently enforces a consistent plan structure to guide engineering work, requiring only a defined spec to produce the complete task-oriented output.