fabriqaaifabriqaaiOfficialยท12 Agent Skills Included

specs.md

Spec-driven development flows from brainstorming to deployment

Turns feature ideas into structured specs, plans, and executed code through four pluggable workflows: Ideation, Simple, FIRE, and AI-DLC. Eliminates lost context, vague requirements, and untracked changes by storing intents, work items, and run artifacts as persistent markdown files. Routes work through planner, builder, and orchestrator agents with adaptive checkpoints, automatic code review, and generated walkthroughs.
npx skills add fabriqaai/specs.md --all -g -y
Available:

Instructs the agent on how to run the specsmd flows, enforce the AI-DLC three-phase methodology, use slash commands to activate orchestrator and phase agents, and follow testing and state-management rules.

All Skills in This Repository (12)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
fabriqaaifabriqaai

frontend-design

Build accessible, responsive frontend interfaces with cohesive design systems.

Official
Basic
๐Ÿ“ฆ In Repo
fabriqaaifabriqaai

work-item-decompose

Decompose intents into executable work items with acceptance criteria.

Official
Advanced
๐Ÿ“ฆ In Repo
fabriqaaifabriqaai

design-doc-generate

Generates checkpoint-ready design documents with decisions, domain model, risks, and API contracts.

Official
Advanced
๐Ÿ“ฆ In Repo
fabriqaaifabriqaai

intent-capture

Capture user intent through guided conversation and generate an intent brief.

Official
Intermediate
๐Ÿ“ฆ In Repo
fabriqaaifabriqaai

run-plan

Discover work items and propose run groupings from state.yaml.

Official
Intermediate
๐Ÿ“ฆ In Repo
fabriqaaifabriqaai

code-review

Automate post-run code review and auto-fix mechanical issues in TypeScript/JavaScript projects.

Official
Advanced
๐Ÿ“ฆ In Repo
fabriqaaifabriqaai

run-execute

Execute FIRE work items by mode with YAML state and artifact updates.

Official
Advanced
๐Ÿ“ฆ In Repo
fabriqaaifabriqaai

run-status

Read run status and progress from state.yaml for active work items.

Official
Basic
๐Ÿ“ฆ In Repo
fabriqaaifabriqaai

walkthrough-generate

Generate a template-driven implementation walkthrough from run logs and intents.

Official
Intermediate
๐Ÿ“ฆ In Repo
fabriqaaifabriqaai

route

Automates routing of user actions to the appropriate agent based on project state, using STATE.md and filesystem scan for pending work items and interrupts, ensuring correct context transfer for resumed or new tasks.

Official
Basic
๐Ÿ“ฆ In Repo
fabriqaaifabriqaai

status

Analyze FIRE project status by validating state.yaml consistency and filesystem artifacts.

Official
Basic
๐Ÿ“ฆ In Repo
fabriqaaifabriqaai

project-init

Initialize FIRE projects by detecting workspace type and applying standard configurations.

Official
Advanced

Frequently Asked Questions

FAQPage Schema
How to install specs.md?โ–ผ

Run `npx skills add fabriqaai/specs.md --all -g -y` in your terminal to install all skills globally. Then pick a flow (Ideation, Simple, FIRE, or AI-DLC) for your project.

What is spec-driven development with AI?โ–ผ

It turns a feature idea into requirements, design, and task documents before any code is written. The agent then executes tasks one at a time with your approval at each phase.

Which specs.md flow should I choose?โ–ผ

Use Ideation for brainstorming, Simple for quick specs, FIRE for adaptive execution in brownfield or monorepo projects, and AI-DLC for full traceability with Domain-Driven Design.

Does specs.md work with Claude Code and Cursor?โ–ผ

Yes. The markdown-based agents and slash commands work in Claude Code, Cursor, GitHub Copilot, and other AI coding tools with no vendor lock-in.

Can non-developers use specs.md?โ–ผ

Yes. You describe what you want in plain English, and the agents handle planning, coding, testing, and documentation while you approve each checkpoint.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’