Design Skill — Detail Design

Generate detailed design documents and agent task breakdowns from approved requirements and architecture.

Updated May 27, 2026
One-click install
npx skills add https://github.com/ormastes/Spipe --skill design-skill-detail-design
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Design Skill — Detail Design
Source: https://github.com/ormastes/Spipe/tree/main/doc/00_llm_process/skill_command/skills/pipe/design
Command: npx skills add https://github.com/ormastes/Spipe --skill design-skill-detail-design

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents you from drifting into implementation details before the architecture is approved, and it produces a consistent set of design artifacts that downstream steps can execute.

Core Features & Use Cases

  • Detailed design production: Converts approved architecture and requirements into a thorough design document.
  • Execution-ready outputs: Generates both the design doc and an agent task breakdown so teams can implement without guesswork.
  • Review loop guardrail: Prompts the user to confirm whether the design should change and loops when revisions are needed.

Quick Start

Ask an AI agent to produce the detailed design for the specified feature after you have created the requirements and architecture files, then have it write the resulting design and agent-task docs to the prescribed output paths.

Frequently Asked Questions about Design Skill — Detail Design

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

FAQPage Schema
How do I generate implementation-ready documentation from approved architecture?

Detailed design production transforms approved requirements and architecture into thorough design documents. This process ensures consistent design artifacts that downstream implementation steps can execute without ambiguity or guesswork.

What prerequisites are needed before producing a detailed design for a feature?

Agent task planning breaks down approved architecture into granular, actionable tasks for AI agents. It generates a structured task breakdown file ensuring implementation teams or agents execute the design without guesswork.

Can I automatically overwrite existing design documents when requirements change?

No, you cannot automatically overwrite existing design documents because the process enforces a non-overwriting guardrail. It prompts you to confirm whether the design should change and initiates an approval-driven revision loop instead of silent overwrites.

Where should implementation planning docs and agent task breakdowns be saved?

Implementation planning docs and agent task breakdowns should be saved to doc/05_design/<feature>.md and doc/03_plan/agent_tasks/<feature>.md. The process enforces writing to these prescribed output paths to maintain pipeline consistency.