buildwright 0.0.12 → 0.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. package/README.md +89 -388
  2. package/bin/buildwright.js +1 -1
  3. package/package.json +2 -2
  4. package/src/commands/commands.js +3 -5
  5. package/src/commands/init.js +4 -4
  6. package/src/commands/update.js +8 -29
  7. package/templates/.buildwright/agents/README.md +6 -50
  8. package/templates/.buildwright/commands/bw-analyse.md +12 -13
  9. package/templates/.buildwright/commands/bw-plan.md +7 -4
  10. package/templates/.buildwright/commands/bw-ship.md +5 -2
  11. package/templates/.buildwright/commands/bw-verify.md +2 -2
  12. package/templates/.buildwright/commands/bw-work.md +149 -0
  13. package/templates/.buildwright/steering/philosophy.md +45 -0
  14. package/templates/BUILDWRIGHT.md +2 -5
  15. package/templates/CLAUDE.md +89 -126
  16. package/templates/Makefile +1 -1
  17. package/templates/scripts/sync-agents.sh +18 -25
  18. package/templates/scripts/validate-docs.sh +1 -4
  19. package/templates/.buildwright/agents/architect.md +0 -143
  20. package/templates/.buildwright/claws/README.md +0 -89
  21. package/templates/.buildwright/claws/TEMPLATE.md +0 -71
  22. package/templates/.buildwright/claws/backend.md +0 -114
  23. package/templates/.buildwright/claws/database.md +0 -120
  24. package/templates/.buildwright/claws/devops.md +0 -175
  25. package/templates/.buildwright/claws/frontend.md +0 -111
  26. package/templates/.buildwright/commands/bw-claw.md +0 -332
  27. package/templates/.buildwright/commands/bw-help.md +0 -88
  28. package/templates/.buildwright/commands/bw-new-feature.md +0 -539
  29. package/templates/.buildwright/commands/bw-quick.md +0 -336
  30. package/templates/.buildwright/steering/naming-conventions.md +0 -40
  31. package/templates/.buildwright/steering/product.md +0 -16
  32. package/templates/.buildwright/steering/quality-gates.md +0 -35
  33. package/templates/.buildwright/steering/tech.md +0 -27
  34. package/templates/.buildwright/tasks/TEMPLATE.md +0 -79
  35. package/templates/.github/workflows/quality-gates.yml +0 -135
  36. package/templates/docs/requirements/TEMPLATE.md +0 -33
@@ -1,33 +0,0 @@
1
- # Feature: [Name]
2
-
3
- ## Problem Statement
4
- [What problem are we solving? Who has this problem?]
5
-
6
- ## Success Metrics
7
- - [Metric]: [Target]
8
-
9
- ## User Stories
10
- As a [role], I want [capability] so that [benefit].
11
-
12
- ## Functional Requirements
13
-
14
- ### Must Have (MVP)
15
- 1. [Requirement]
16
- - Acceptance: [Criteria]
17
-
18
- ### Should Have
19
- 1. [Requirement]
20
-
21
- ### Out of Scope
22
- - [What NOT to build]
23
-
24
- ## Constraints
25
- - Timeline: [Deadline]
26
- - Technical: [Integrations, platforms]
27
- - Regulatory: [Compliance]
28
-
29
- ## Examples / Edge Cases
30
- 1. [Scenario]: [Expected behavior]
31
-
32
- ## Open Questions
33
- [Questions needing answers]