Skip to content

Example project

BA Toolkit ships with a complete example project so you can see exactly what the pipeline produces before running it on your own idea.

Lumen Goods is a fictional sustainable home-goods D2C (direct-to-consumer) online store. The example was generated by running the full BA Toolkit pipeline from /discovery through /implement-plan, plus the /risk and /sprint utility skills. Every artifact is realistic, cross-referenced, and ready for development.

Domain: E-commerce Slug: lumen-goods Artifacts: 16 files

#ArtifactWhat it containsFile
0DiscoveryProblem space, audience hypotheses, MVP feature ideas, domain recommendation00_discovery_lumen-goods.md
0aPrinciplesLanguage, ID conventions, Definition of Ready, NFR baseline, quality gates00_principles_lumen-goods.md
1BriefGoals, audience, stakeholders, risks, constraints01_brief_lumen-goods.md
2SRSFunctional requirements, roles, business rules (IEEE 830 structure)02_srs_lumen-goods.md
3User StoriesStories grouped by Epics, with priority and requirement references03_stories_lumen-goods.md
4Use CasesMain, alternative, and exception flows for each user goal04_usecases_lumen-goods.md
5Acceptance CriteriaGiven/When/Then scenarios linked to each user story05_ac_lumen-goods.md
6NFRsPerformance, security, availability targets with measurable metrics06_nfr_lumen-goods.md
7Data DictionaryEntities, fields, types, constraints, relationships07_datadict_lumen-goods.md
7aResearchTechnology decisions (ADRs), integration map, storage choices07a_research_lumen-goods.md
8API ContractEndpoints, request/response schemas, error codes08_apicontract_lumen-goods.md
9WireframesScreen layouts, components, navigation flows (text descriptions)09_wireframes_lumen-goods.md
10ScenariosEnd-to-end user journeys linking stories, criteria, wireframes, and API calls10_scenarios_lumen-goods.md
11HandoffDevelopment package — artifact inventory, MVP scope, open items11_handoff_lumen-goods.md
Risk RegisterRisks scored by probability x impact, with mitigation strategies00_risks_lumen-goods.md
Sprint PlanStories grouped into sprints by velocity and capacity00_sprint_lumen-goods.md
  • Cross-references. Open the SRS and notice how each functional requirement (FR-001, FR-002, …) links forward to user stories. Open the stories and see how each story links back to its source FR and forward to acceptance criteria.
  • Traceability. The handoff document includes a coverage summary showing what percentage of requirements are covered by stories, acceptance criteria, and other downstream artifacts.
  • Domain-specific content. Because the domain is E-commerce, the artifacts include industry-specific concepts like product catalogs, cart management, checkout flows, payment processing, and order fulfillment.
  • Consistent terminology. The same terms and IDs are used across all 16 artifacts — no drift between “shopping cart” in one file and “basket” in another.
  1. Browse the artifacts above to understand what each pipeline step produces.
  2. When you run BA Toolkit on your own project, compare your output to the Lumen Goods example to gauge completeness.
  3. The example is read-only and ships with the npm package — it is not affected by your own pipeline runs.