req-full

Generate a full design documentation suite from a requirements input.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/KazusaNakagawa/claude_docs --skill req-full
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: req-full
Source: https://github.com/KazusaNakagawa/claude_docs/tree/main/skills/req-full
Command: npx skills add https://github.com/KazusaNakagawa/claude_docs --skill req-full

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

req-full automates the generation of a full suite of design documents from a single requirements input, saving days of manual drafting and ensuring consistency across artifacts.

Core Features & Use Cases

  • Orchestrates eight sub-skills (req-estimate, db-design, detail-design, job-api-design, ops-monitoring, running-cost, proposal, req-investigate) in a deterministic, one-shot workflow.
  • Produces a complete set of artifacts (01.customer-summary.md, 02.design-doc.md, 03.db-design.md, 04.detail-design.md, 05.running-cost.md, 06.proposal.md, 07.investigation-report.md) and conditionally 08/09 when applicable.
  • Supports optional assets (scripts/references/assets) that are loaded by the body content as directed by SKILL.md.

Quick Start

Run req-full with your requirements input to generate the entire design package in one go.

Frequently Asked Questions about req-full

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

FAQPage Schema
How do I automate end-to-end design documentation generation from requirements?

Automating end-to-end design documentation requires orchestrating sub-skills for architectural, DB, API, operations, cost, and investigation artifacts. This Skill runs a deterministic workflow that validates outputs and produces a complete artifact suite in minutes from a single requirements input.

Can I generate database design and API design documents in one automated workflow?

Generating database design and API design documents in one automated workflow is supported by sequentially invoking dedicated sub-skills. The orchestration processes requirements input to produce structured artifacts like 03.db-design.md and 04.detail-design.md, ensuring consistency across the generated documentation suite.

What is the best way to ensure consistency across architectural and operations monitoring design docs?

Ensuring consistency across architectural and operations monitoring design docs is achieved through a deterministic, one-shot workflow. By validating outputs from sub-skills like ops-monitoring and detail-design, the generated artifacts maintain a unified structure and standard format across the entire project documentation.

Do I need asynchronous components to generate a running cost estimation report?

Asynchronous components are not required to generate a running cost estimation report. The workflow produces the 05.running-cost.md artifact deterministically, while conditionally supporting asynchronous components only when applicable to the specific project requirements being processed.

What limitations exist when using a one-shot workflow for requirements investigation and proposal generation?

Limitations of using a one-shot workflow for requirements investigation and proposal generation include dependency on the initial requirements input quality. The deterministic sequence validates outputs but relies on the provided input to generate accurate investigation reports and proposal artifacts without manual re-evaluation.

How does req-full orchestrate sub-skills for design doc generation?

Req-full orchestrates design doc generation by invoking eight sub-skills in a deterministic sequence, validating outputs at each stage. It processes requirements input to generate artifacts like customer summaries, design docs, and investigation reports, conditionally adding asynchronous components when required.