buildwright 0.0.11 → 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.
- package/README.md +89 -388
- package/bin/buildwright.js +1 -1
- package/package.json +2 -2
- package/src/commands/commands.js +3 -5
- package/src/commands/init.js +4 -4
- package/src/commands/update.js +8 -29
- package/templates/.buildwright/agents/README.md +6 -50
- package/templates/.buildwright/commands/bw-analyse.md +12 -13
- package/templates/.buildwright/commands/bw-plan.md +7 -4
- package/templates/.buildwright/commands/bw-ship.md +5 -2
- package/templates/.buildwright/commands/bw-verify.md +2 -2
- package/templates/.buildwright/commands/bw-work.md +149 -0
- package/templates/.buildwright/steering/philosophy.md +45 -0
- package/templates/BUILDWRIGHT.md +2 -5
- package/templates/CLAUDE.md +89 -126
- package/templates/Makefile +1 -1
- package/templates/scripts/release.sh +4 -4
- package/templates/scripts/sync-agents.sh +24 -27
- package/templates/scripts/validate-docs.sh +1 -4
- package/templates/.buildwright/agents/architect.md +0 -143
- package/templates/.buildwright/claws/README.md +0 -89
- package/templates/.buildwright/claws/TEMPLATE.md +0 -71
- package/templates/.buildwright/claws/backend.md +0 -114
- package/templates/.buildwright/claws/database.md +0 -120
- package/templates/.buildwright/claws/devops.md +0 -175
- package/templates/.buildwright/claws/frontend.md +0 -111
- package/templates/.buildwright/commands/bw-claw.md +0 -332
- package/templates/.buildwright/commands/bw-help.md +0 -88
- package/templates/.buildwright/commands/bw-new-feature.md +0 -539
- package/templates/.buildwright/commands/bw-quick.md +0 -336
- package/templates/.buildwright/steering/naming-conventions.md +0 -40
- package/templates/.buildwright/steering/product.md +0 -16
- package/templates/.buildwright/steering/quality-gates.md +0 -35
- package/templates/.buildwright/steering/tech.md +0 -27
- package/templates/.buildwright/tasks/TEMPLATE.md +0 -79
- package/templates/.github/workflows/quality-gates.yml +0 -135
- 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]
|