Skip to content

Command reference

Quick reference for all 29 skills. For term and acronym definitions (FR, US, AC, IEEE 830, etc.), see the glossary.


Run these in order. Each skill reads the output of all previous steps.

#CommandOutput fileWhat it generates
0/discovery00_discovery_{slug}.mdConcept Discovery: problem space, audience hypotheses, candidate domains, MVP feature ideas, validation questions. Use when you don’t yet know what to build — feeds the chosen domain, name, and scope hint into /brief
0a/principles00_principles_{slug}.mdProject constitution: language, ID conventions, DoR, traceability rules, NFR baseline
1/brief01_brief_{slug}.mdProject Brief: goals, audience, stakeholders, constraints, risks. Updates the AGENTS.md Pipeline Status table (which ba-toolkit init already created)
2/srs02_srs_{slug}.mdRequirements Specification (IEEE 830): scope, FRs, constraints, assumptions
3/stories03_stories_{slug}.mdUser Stories grouped by Epics, with priority and FR references
4/usecases04_usecases_{slug}.mdUse Cases with main, alternative, and exception flows
5/ac05_ac_{slug}.mdAcceptance Criteria (Given / When / Then) linked to User Stories
6/nfr06_nfr_{slug}.mdNon-functional Requirements with measurable metrics
7/datadict07_datadict_{slug}.mdData Dictionary: entities, fields, types, constraints, relationships
7a/research07a_research_{slug}.mdTechnology Research: ADRs, integration map, data storage decisions
8/apicontract08_apicontract_{slug}.mdAPI Contract: endpoints, request/response schemas, error codes
9/wireframes09_wireframes_{slug}.mdTextual Wireframe Descriptions: screens, components, navigation flows
10/scenarios10_scenarios_{slug}.mdEnd-to-end Validation Scenarios linking US → AC → WF → API
11/handoff11_handoff_{slug}.mdDevelopment Handoff Package: artifact inventory, MVP scope, open items
12/implement-plan12_implplan_{slug}.mdImplementation Plan for AI coding agents: phase ladder + Task DAG appendix; every task references the FR/US/AC it implements and carries its own Definition of Done

Available at any pipeline stage.

CommandOutput fileWhat it generates
/trace00_trace_{slug}.mdTraceability matrix + coverage gap report (FR → US → UC → AC → NFR → API)
/analyze00_analyze_{slug}.mdCross-artifact quality report: duplicates, coverage gaps, terminology drift, invalid references
/clarify [focus](updates existing artifact)Targeted ambiguity resolution: surfaces vague terms, missing metrics, conflicting rules
/estimate00_estimate_{slug}.mdEffort estimation for User Stories: Fibonacci SP, T-shirt sizes, or person-days
/glossary00_glossary_{slug}.mdUnified project glossary: scans all artifacts, detects terminology drift, undefined terms
/export [format]export_{slug}_{format}.json / .csvExport User Stories to Jira, GitHub Issues, Linear, or CSV
/publish [format]publish/notion/, publish/confluence/Bundle artifacts for Notion (Markdown bundle) and Confluence (HTML bundle) — drag-and-drop import, no API tokens. Wraps the ba-toolkit publish CLI subcommand
/risk00_risks_{slug}.mdRisk register: probability × impact matrix, mitigation and contingency per risk
/sprint00_sprint_{slug}.mdSprint plan: stories grouped into sprints by velocity, capacity, and risk priority

Available at any pipeline stage after the first artifact exists. These skills refine and validate artifacts without advancing the pipeline (except /done, which finalizes and moves on).

CommandOutput fileWhat it generates
/validate(reports in chat)Completeness and consistency check for a single artifact: mandatory fields, ID format, cross-references, MoSCoW counts, Definition of Ready
/revise [section](updates existing artifact)Section rewrite: applies user feedback or resolves an /analyze finding, with ripple-effect check across downstream artifacts
/expand [section](updates existing artifact)Section expansion: adds depth, detail, and missing elements to an under-developed section
/split [element](updates existing artifact)Element decomposition: breaks an oversized FR, User Story, or Use Case into smaller pieces using INVEST criteria and Cohn’s splitting patterns
/done(updates AGENTS.md)Finalize: quality gate check, artifact metadata update (Version 1.0, Status: Approved), AGENTS.md pipeline advancement

FormatCommandOutput file
Jira JSON/export jiraexport_{slug}_jira.json
GitHub Issues JSON/export githubexport_{slug}_github.json
Linear JSON/export linearexport_{slug}_linear.json
CSV (universal)/export csvexport_{slug}_stories.csv

Scope modifiers: /export jira E-01 (one epic) · /export github US-007,US-008 (specific stories)