planning-implementation

Generate structured implementation plans with tasks and milestones from requirements.

1|Updated Dec 20, 2025
One-click install
npx skills add https://github.com/clarinovist/ceritakita-booking --skill planning-implementation-clarinovist
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: planning-implementation
Source: https://github.com/clarinovist/ceritakita-booking/tree/main/.agent/skills/planning-implementation
Command: npx skills add https://github.com/clarinovist/ceritakita-booking --skill planning-implementation-clarinovist

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Transforms vague requirements into a clear, actionable implementation plan that guides coding effort.

Core Features & Use Cases

  • Generates a formal plan file at docs/plans/YYYY-MM-DD-<feature-name>.md
  • Defines a plan header with Goal, Architecture, and Tech Stack
  • Breaks work into bite-sized tasks (2-5 minutes each) and provides concrete steps
  • Enables plan review and alignment with stakeholders before coding

Quick Start

Provide a feature spec and the assistant will generate a complete implementation plan saved to docs/plans/YYYY-MM-DD-<feature-name>.md.

Frequently Asked Questions about planning-implementation

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

FAQPage Schema
How do I turn software requirements into an executable implementation plan?▼

To turn software requirements into an executable implementation plan, provide a feature spec to generate a structured markdown file. This plan defines the architecture, tech stack, and sequences bite-sized tasks to guide coding efforts.

What is the best way to break down complex software features for development?▼

The best way to break down complex software features is generating a formal plan that divides work into bite-sized tasks. Each task takes roughly 2-5 minutes, providing concrete steps to ensure structured development across teams.

Can I generate a formal plan file for stakeholder review before coding?▼

Yes, you can generate a formal plan file for stakeholder review before coding. The plan is saved as a markdown document containing the goal, architecture, and tech stack, enabling alignment and review prior to implementation.

How does automated feature planning structure task breakdowns in documentation?▼

Automated feature planning structures task breakdowns by creating a dated markdown file in the docs/plans directory. This documentation includes a header with goals and architecture, followed by a chronological sequence of actionable tasks.

Does implementation planning work for team-based architecture goals?▼

Implementation planning works for team-based architecture goals by defining the tech stack and overall architecture upfront. This allows cross-functional teams to align on milestones and execute bite-sized tasks systematically.