plan-create-implementation

Generate executable implementation plans with atomic subtasks and verification types.

3|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/GDSDN/kord-aios --skill plan-create-implementation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-create-implementation
Source: https://github.com/GDSDN/kord-aios/tree/main/src/features/builtin-skills/kord-aios/story/plan-create-implementation
Command: npx skills add https://github.com/GDSDN/kord-aios --skill plan-create-implementation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation of detailed, executable implementation plans from approved specifications, transforming abstract requirements into a concrete, step-by-step roadmap for development.

Core Features & Use Cases

  • Automated Plan Generation: Creates atomic subtasks, assigns service types, and defines verification steps based on complexity and best practices.
  • Structured Roadmapping: Organizes tasks into logical phases (Setup, Implementation, Testing, etc.) for clarity and efficient execution.
  • Use Case: After a product spec is approved, this Skill can generate a detailed plan with subtasks like "Create user authentication API endpoint," "Implement login form component," and "Write unit tests for auth service," complete with verification methods for each.

Quick Start

Use the plan-create-implementation skill to generate an implementation plan for the story with ID STORY-123.

Frequently Asked Questions about plan-create-implementation

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

FAQPage Schema
How do I generate executable implementation plans from approved software specifications?

Implementation plans break down requirements into atomic subtasks organized into logical phases like Setup, Implementation, and Testing. This approach provides clarity by assigning service types and defining verification steps for each actionable task.

How do I break down development requirements into verifiable subtasks with service isolation?

To break down requirements into verifiable subtasks, assign service isolation types like frontend, backend, database, and infra. Each atomic task receives defined verification steps to ensure traceability throughout the development workflow.

Can I use automated task generation for agile workflows after a product spec is approved?

Yes, automated task generation supports agile workflows after a product spec is approved. The Skill orchestrates the workflow by automatically creating structured roadmaps with actionable subtasks like creating API endpoints and defining verification methods.

What verification types are supported when generating implementation plans for software development?

Supported verification types for implementation plans include command, API, browser, e2e, and manual checks. These methods ensure that every generated subtask can be validated according to its specific complexity and development best practices.

What's the best way to organize development tasks into logical phases from a specification?

The best way to organize development tasks into logical phases is to group atomic subtasks into structured categories like Setup, Implementation, and Testing. This automated roadmapping ensures clarity and efficient execution from spec to actionable tasks.