Agent Skills: Specification Generation

Convert requirements into structured technical specifications with architecture decisions

UncategorizedID: a5c-ai/babysitter/specification-generation

Install this agent skill to your local

pnpm dlx add-skill https://github.com/a5c-ai/babysitter/tree/HEAD/library/methodologies/maestro/skills/specification-generation

Skill Files

Browse the full folder contents for specification-generation.

Download Skill

Loading file tree…

library/methodologies/maestro/skills/specification-generation/SKILL.md

Skill Metadata

Name
specification-generation
Description
Convert requirements into structured technical specifications with architecture decisions

Specification Generation

Capabilities

Transforms requirements from PM interviews into structured technical specifications. Includes technology stack selection, system architecture, data models, API contracts, and architecture decision records (ADRs).

Tool Use Instructions

  • Use Read to examine requirements documents and existing specs
  • Use Grep/Glob to find related architectural patterns in the codebase
  • Use Write to generate the technical specification document
  • Use Edit to refine specs based on Architect feedback

Process Integration

  • Used in maestro-orchestrator.js Phase 2-3 (Architect Review, Tech Spec)
  • Maps to tasks: maestro-pm-spec-generation, maestro-architect-tech-spec
  • Agents: Product Manager (requirements spec), Architect (technical spec)
  • Iterates with Architect feedback loop until approved
  • Outputs feed into story-decomposition skill