accept-feature
- Repo stars 12
- Author repo temple8
Accept Feature
Available knowledge: [[requirements/gherkin#key-takeaways]], [[software-craft/test-design#key-takeaways]], [[software-craft/test-stubs#concepts]]. in artifacts: read all before starting work.
- Run
task test-buildto verify all tests pass with coverage. - Verify all BDD examples pass from the end user's perspective, not the test harness, per [[software-craft/test-design#key-takeaways]].
- IF an example passes in the test harness but fails from the user's perspective → flag it as a semantic alignment gap per [[software-craft/test-design#concepts]].
- Verify structural traceability: run
beehave status --jsonfor stage overview, thenbeehave checkfor detailed violations per [[software-craft/test-stubs#concepts]]. Every Example in the feature file must have exactly one corresponding test function, and every test function must trace back to an Example. The feature stage must beokandbeehave checkmust produce no output. - Verify semantic depth per [[software-craft/test-design#concepts]].
- Verify quality attributes are met.
- Verify definition of done criteria are satisfied.
- Produce a traceability matrix: for each stakeholder Q&A topic from interview notes, map to:
- Behavioral Q&A: a passing test (Example title → test function name).
- Technology Q&A: implementation evidence (import, module structure, config) where the technology named in the Q&A is exercised in code. Technology Q&As are verified by reading the feature file's
# Constraints:and checking the corresponding implementation — NOT through behavioral tests. - Explicit stakeholder deferral: with the reason it was deferred. Untraced Q&As of either type → incomplete delivery.
- Fluxly category
- Other
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 88 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @nullhack · no license declared
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Plug-and-play
- External API key
- No requirement detected
- Detected OS requirements
- Unspecified
- Runtime requirements
- Unspecified
- Detected file/system behavior
-
- Read-only
- Detected network behavior
- Local-only
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. # Accept Feature Available knowledge: [[requirements/gherkin#key-takeaways]], [[software-craft/test-design#key-takeaways]], [[software-craft/test-stubs#concepts]]. `in` artifacts: read all before starting work. 1. Run `task test-build` to verify all tests pass with coverage. …
# Accept Feature
Available knowledge: [[requirements/gherkin#key-takeaways]], [[software-craft/test-design#key-takeaways]], [[software-craft/test-stubs#concepts]]. `in` artifacts: read all before starting work.
1. Run `task test-build` to verify all tests pass with coverage.
2. Verify all BDD examples pass from the end user's perspective, not the test harness, per [[software-craft/test-design#key-takeaways]].
3. IF an example passes in the test harness but fails from the user's perspective → flag it as a semantic alignment gap per [[software-craft/test-design#concepts]].
4. Verify structural traceability: run `beehave status --json` for stage overview, then `beehave check` for detailed violations per [[software-craft/test-stubs#concepts]]. Every Example in the feature file must have exactly one corresponding test function, and every test function must trace back to an Example. The feature stage must be `ok` and `beehave check` must produce no output.
5. Verify semantic depth per [[software-craft/test-design#concepts]].
6. Verify quality attributes are met.
7. Verify definition of done criteria are satisfied.
8. Produce a traceability matrix: for each stakeholder Q&A topic from interview notes, map to:
- **Behavioral Q&A**: a passing test (Example title → test function name).
- **Technology Q&A**: implementation evidence (import, module structure, config) where the technology named in the Q&A is exercised in code. Technology Q&As are verified by reading the feature file's `# Constraints:` and checking the corresponding implementation — NOT through behavioral tests.
- **Explicit stakeholder deferral**: with the reason it was deferred.
Untraced Q&As of either type → incomplete delivery. Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> no H2/H3 headings
terms -> Behavioral Q&A · Technology Q&A · Explicit stakeholder deferral · 1. Run task test-build to verify all tests pass with coverage.
files/cmd -> task test-build · beehave status --json · beehave check · # Constraints:
body sha256 -> f0bca069aa8a
Decide Fit First
Design Intent
How To Use It
Boundaries And Review