spec-forge

Solid

Professional specification system for Codex. Use when the user asks to create, improve, review, audit, analyze, or propagate product/software documentation, including ideas, PRDs, SRS documents, technical designs, architecture/RFC docs, feature specs, test cases, documentation audits, document landscape analysis, and full idea-to-spec chains. Supports complex multi-skill orchestration: idea -> decompose -> tech-design + feature specs -> review, with optional PRD, SRS, test-cases, audit, analyze, and propagate workflows.

AI & Automation 5 stars 0 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 78/100

Stars 20%
26
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Spec-Forge Orchestrator Spec-forge is a documentation and specification workflow suite. This root skill is the Codex-facing orchestrator: decide which child skill to load, keep the document chain coherent, and avoid loading large generation references until they are needed. ## Trigger Patterns Use this skill when the user asks for any of the following: - Start or refine an idea before specs: use `skills/idea/SKILL.md` - Split a large project into sub-features: use `skills/decompose/SKILL.md` - Write a PRD or product requirements document: use `skills/prd-generation/SKILL.md` - Write an SRS, requirements spec, or functional/non-functional requirements: use `skills/srs-generation/SKILL.md` - Write a technical design, architecture doc, design doc, or RFC: use `skills/tech-design-generation/SKILL.md` - Generate test cases, QA coverage, or a test case matrix: use `skills/test-cases-generation/SKILL.md` - Review spec-forge documents for quality and consistency: use `skills/review/SKILL.md` - Audit project docs against code: use `skills/audit/SKILL.md` - Analyze a document ecosystem for themes, conflicts, gaps, redundancy, or staleness: use `skills/analyze/SKILL.md` - Propagate an upstream doc change downstream: use `skills/propagate/SKILL.md` - Run the full chain for a feature: orchestrate `idea -> decompose -> tech-design -> review` Also treat slash-like requests as aliases: | User request | Route | |---|---| | `/spec-forge <name>` | Full chain | | `/spec-forge:idea <name>...

Details

Author
tercel
Repository
tercel/spec-forge
Created
5 months ago
Last Updated
1 weeks ago
Language
Python
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

spec-orchestrator

Skill routing and workflow orchestration. Routes to correct spec skill based on task type. Establishes discipline and manages transitions between workflow phases. Use when starting any conversation or task to determine which spec skill applies.

38 Updated today
martinffx
AI & Automation Listed

specdd

Spec-driven development orchestrator that turns vague, top-of-mind feature requests into production-grade specifications before any code is written. ALWAYS use this skill whenever the user describes a feature, change, capability, screen, flow, or new component in plain language — even if they don't explicitly ask for a spec. Triggers on phrases like "build me", "make me", "add a feature", "I want to", "help me create", "implement", "let's build", "I need a", "can you make", "create a screen/page/component", or any new-feature request that lacks complete requirements (missing user stories, acceptance criteria, edge cases, error/empty/loading states, accessibility, or non-functional requirements). Interviews the user to fill gaps, applies UX/UI common sense, produces a structured spec + plan + tasks, then implements against the spec. Use this BEFORE writing any code for non-trivial features. Skip only for true one-liners (rename a variable, fix a typo, answer a research question) or work that is purely investig

3 Updated yesterday
mnyok9939
AI & Automation Featured

spec-workflow

This skill should be used when the user asks to "build a feature", "create a spec", "start spec-driven development", "run research phase", "generate requirements", "create design", "plan tasks", "implement spec", "check spec status", "triage a feature", "create an epic", "decompose a large feature", or needs guidance on spec-driven development workflow, phase ordering, or epic orchestration.

431 Updated 5 days ago
tzachbon