recipe-agent-team-design-spec

Generate design-spec artifacts from design-brief.md using pattern hints.

2|Updated May 10, 2026
One-click install
npx skills add https://github.com/tae2089/agent-team --skill recipe-agent-team-design-spec
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recipe-agent-team-design-spec
Source: https://github.com/tae2089/agent-team/tree/main/skills/recipe-agent-team-design-spec
Command: npx skills add https://github.com/tae2089/agent-team --skill recipe-agent-team-design-spec

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generic spec producer for locked design briefs that consumes design-brief.md, reads the Output Description, consults pattern hints from references/, and produces artifacts under the brief's Output Path. Skip when no brief exists; run recipe-agent-team-design-interview first. Skip for backend architecture, code, review, or post-run learning.

Core Features & Use Cases

  • Consumes design-brief.md to seed artifact generation
  • Reads the brief's Output Description and applies Pattern Hints from references/
  • Produces artifacts under the brief's Output Path, honoring the brief's routing and gaps handled by recipe-agent-team-design-interview
  • Skips when no brief exists; run recipe-agent-team-design-interview first for incomplete briefs

Quick Start

Place a design-brief.md at the designated Output Path and run the design-spec recipe to generate artifacts.

Frequently Asked Questions about recipe-agent-team-design-spec

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

FAQPage Schema
How do I turn a design brief into a ready-to-run spec?

Generating design-spec artifacts requires a locked design-brief.md containing an Output Description and a designated Output Path. If the brief is incomplete or missing, you must run recipe-agent-team-design-interview first to capture missing gaps before generating the spec.

How does pattern hint automation work for design specs?

Pattern hint automation works by consuming design-brief.md, reading its Output Description, and consulting pattern hints stored in the references/ directory to produce design-spec artifacts. The generated files are then routed and saved under the brief's specified Output Path.

Do I need a completed design brief to automate spec generation?

Yes, you need a completed design brief to automate spec generation. The recipe requires a design-brief.md to seed artifact generation; if no brief exists, the orchestrator skips this step and runs recipe-agent-team-design-interview to capture missing requirements first.

Can I use this design spec workflow for backend architecture tasks?

No, you cannot use this design spec workflow for backend architecture, code generation, review, or post-run learning tasks. It is strictly a generic spec producer for locked design briefs and skips execution when it detects out-of-scope technical requirements.

What's the best way to handle incomplete design briefs in automated workflows?

The best way to handle incomplete design briefs in automated workflows is to route the process to recipe-agent-team-design-interview. This companion step captures the missing gaps and completes the brief before the design-spec recipe attempts to generate artifacts.