writing-plans

Transform a spec or idea into a structured implementation plan saved to docs/superomni/plans.

2|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/Wilder1222/superomni --skill writing-plans-wilder1222
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: writing-plans
Source: https://github.com/Wilder1222/superomni/tree/main/skills/writing-plans
Command: npx skills add https://github.com/Wilder1222/superomni --skill writing-plans-wilder1222

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Turning a vague spec or idea into a concrete, executable implementation plan can be time-consuming and error-prone. This Skill provides a structured, repeatable process to convert goals into a detailed plan that teams can act on with confidence.

Core Features & Use Cases

  • Structured Plan Generation: Produces a complete plan with Overview, Prerequisites, Steps, Testing Strategy, Rollback, Dependencies, and Design Direction.
  • Phase Gate & Verification: Incorporates explicit verification criteria and a clear progression through planning stages.
  • Documentation Alignment: Saves plan artifacts to docs/superomni/plans/ with consistent naming and structure.

Quick Start

Provide a spec or goal and I will generate a complete, executable implementation plan and save it to docs/superomni/plans.

Frequently Asked Questions about writing-plans

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

FAQPage Schema
How do I turn a vague software spec into an executable implementation plan?

To turn a vague spec into an executable implementation plan, provide your spec or goal to generate a structured document with sections for Overview, Prerequisites, Steps, Testing Strategy, Rollback, Dependencies, and Design Direction, saving it to docs/superomni/plans.

What is the best way to structure implementation plans for engineering projects?

The best way to structure implementation plans is using a standardized format covering Overview, Prerequisites, Steps, Testing Strategy, Rollback, Dependencies, and Design Direction, ensuring explicit verification criteria and phase gate progression for team alignment.

How do I automate implementation plan generation from a feature spec?

You can automate implementation plan generation by feeding your feature brainstorming spec into the plan writer, which transforms it into a concrete, executable plan and saves the artifact to docs/superomni/plans/plan-*.md.

Does generating an executable plan require explicit verification criteria?

Yes, generating an executable plan requires explicit verification criteria and a clear progression through planning stages to ensure the resulting implementation steps can be acted on with confidence and pass phase gates.

Can I use this automated planning workflow for feature brainstorming and plan reviews?

Yes, you can use this automated planning workflow across software teams for feature brainstorming and plan reviews, as it transforms ideas into structured artifacts saved in docs/superomni/plans with consistent naming conventions.

What are the limitations of automating implementation plan documentation?

A limitation of automating implementation plan documentation is that it requires a pre-existing spec or goal to process, and it strictly outputs files to docs/superomni/plans/plan-*.md, meaning it cannot generate plans without initial input context.