

Also from Kynth Studios


Also from Kynth Studios


Also from Kynth Studios
123456# Plan Tests78> **Spine position:** Between `slice-tasks` and `plan-work` for epics with `risk: P0|P1`. Optional (can be waived in `state.yaml`) for P2/P3.910Bridges the gap between slicing and planning by systematically designing the test suite as a first-class system. Produces `specs/tech-architecture/eNN-TEST_PLAN_LATEST.md`.1112## Pre-flight13- Read `specs/epics/eNN-*/` story list.1415## Core Workflow161. **Analyze Epic**: Read sliced stories in the active epic capsule.172. **Risk Assessment**: Map behaviors to P0–P3 risk tiers.183. **Level Strategy**: Classify each scenario (Unit, Integration, E2E).194. **Fixture Design**: Plan factories, network intercepts, mocks (see REFERENCE.md).205. **NFR Plan**: Define verifiable commands for Non-Functional Requirements. Skip if `--lite`.216. **Publish**: Generate `specs/tech-architecture/eNN-TEST_PLAN_LATEST.md`.2223## Hard Gates & Guardrails24- **DO NOT** write test code or production code during this skill.25- Scenario ID format MUST be: `SC-eNNsYY-P{0|1|2|3}-NN`.26- `plan-work` MUST reference these scenario IDs in its §17 Gherkin acceptance criteria.27- Default to pushing tests to the lowest possible level.2829## Execution Modes30- `$bmad plan-tests`: Standard execution.31- `$bmad plan-tests --lite`: Skips NFRs and complex fixture planning.3233## Verify3435→ verify: `test -f specs/tech-architecture/e32-TEST_PLAN_LATEST.md`3637## Handoff3839Gate: READY -> next: plan-work40Writes: state.yaml handoff.next_skill = plan-work4142---4344# Plan Tests — Reference4546## Test Plan Template (`specs/tech-architecture/eNN-TEST_PLAN_LATEST.md`)4748```markdown49# Test Design: [eNN-slug]5051## 1. Risk Matrix & Scenarios52| Scenario ID | Behavior Description | Risk | Test Level | Target File/Module |53|-------------|----------------------|------|------------|--------------------|54| SC-P0-01 | Primary checkout | P0 | Integration | checkout.spec.ts |5556## 2. Fixture Architecture & Isolation57- Data Factories: (e.g. UserFactory)58- Network Intercepts: (e.g. MSW handlers)59- Database State: (e.g. in-memory SQLite)6061## 3. NFR Verification62| NFR Type | Requirement | Verification Command |63|----------|-------------|----------------------|64| Perf | < 200ms | `npm run test:perf` |6566## 4. Out of Scope67- [Explicitly excluded testing areas]68```6970## Fixture Planning Guidance7172- **Data Factories**: Prefer factory functions over manual object construction.73- **Network Intercepts**: For frontend integration tests, use tools like Mock Service Worker (MSW) to intercept and mock HTTP requests.74- **Database State**: For backend tests, use a clean database state per test or an in-memory database to ensure isolation.75
One repository carrying more than one format is the comparison this product exists for: does anyone actually write different content in each file, or is one a copy of the other?
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| danielvm-git/bigpowers.cursor/rules/simple-english.mdc · 134 | Cursor rules | styletypesgitdatabase+6 | 47/100 | 14 days ago | |
| danielvm-git/bigpowers.cursor/rules/build-epic.mdc · 134 | Cursor rules | buildgit | 58/100 | 14 days ago | |
| danielvm-git/bigpowers.cursor/rules/extract-design.mdc · 134 | Cursor rules | lint-formatstyledependenciesui | 82/100 | 14 days ago | |
| danielvm-git/bigpowers.cursor/rules/plan-release.mdc · 134 | Cursor rules | testlint-formatarchdeployment | 74/100 | 14 days ago | |
| danielvm-git/bigpowers.cursor/rules/request-review.mdc · 134 | Cursor rules | git | 62/100 | 14 days ago | |
| danielvm-git/bigpowers.cursor/rules/research-first.mdc · 134 | Cursor rules | buildarchdependencies | 70/100 | 14 days ago | |
| danielvm-git/bigpowers.cursor/rules/run-benchmark.mdc · 134 | Cursor rules | styleperformance | 58/100 | 14 days ago | |
| danielvm-git/bigpowers.cursor/rules/reset-baseline.mdc · 134 | Cursor rules | no sections | 40/100 | 14 days ago | |
| danielvm-git/bigpowers.windsurf/rules/define-language.md · 134 | Windsurf rules | lint-formatdo-not | 65/100 | 14 days ago | |
| danielvm-git/bigpowers.windsurf/rules/context7-mcp.md · 134 | Windsurf rules | style | 54/100 | 14 days ago | |
| danielvm-git/bigpowers.windsurf/rules/delegate-task.md · 134 | Windsurf rules | git | 62/100 | 14 days ago | |
| danielvm-git/bigpowers.windsurf/rules/extract-design.md · 134 | Windsurf rules | lint-formatstyledependenciesui | 82/100 | 14 days ago | |
| danielvm-git/bigpowers.windsurf/rules/security-review.md · 134 | Windsurf rules | lint-formattesting-strategygitsecurity+2 | 60/100 | 14 days ago | |
| danielvm-git/bigpowers.windsurf/rules/verify-work.md · 134 | Windsurf rules | buildtestlint-formatagent-behaviour | 74/100 | 14 days ago | |
| danielvm-git/bigpowers.windsurf/rules/wire-ci.md · 134 | Windsurf rules | buildtestlint-formatstyle+1 | 81/100 | 14 days ago | |
| danielvm-git/bigpowerswebsite/AGENTS.md · 134 | AGENTS.md | docs | 31/100 | 14 days ago | |
| danielvm-git/bigpowers.windsurf/rules/terse-mode.md · 134 | Windsurf rules | styledo-not | 56/100 | 14 days ago | |
| danielvm-git/bigpowers.windsurf/rules/trace-requirement.md · 134 | Windsurf rules | buildtesting-strategy | 54/100 | 14 days ago | |
| danielvm-git/bigpowers.cursor/rules/align-grid.mdc · 134 | Cursor rules | lint-formatdo-notagent-behaviour | 65/100 | 14 days ago | |
| danielvm-git/bigpowers.cursor/rules/assess-impact.mdc · 134 | Cursor rules | testtesting-strategydeployment | 66/100 | 14 days ago |
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| hiromaily/go-crypto-wallet.cursor/rules/typescript.mdc · 126 | Cursor rules | setupbuildtestlint-format+6 | 100/100 | 14 days ago | |
| TechSquidTV/Hermes.cursor/rules/10-hermes-api.mdc · 45 | Cursor rules | testlint-formatstylearch+5 | 100/100 | 14 days ago | |
| dodgecfr/combatfilms-webapp.cursor/rules/frontend.mdc · 0 | Cursor rules | setuptestlint-formatstyle+7 | 99/100 | 14 days ago | |
| deifos/clipmira-subtitles.cursor/rules/frontend.mdc · 1 | Cursor rules | setuptestlint-formatstyle+7 | 99/100 | 14 days ago | |
| markstev/mark-starter.cursor/rules/frontend.mdc · 0 | Cursor rules | setuptestlint-formatstyle+6 | 99/100 | 14 days ago | |
| Allymahmoud/case-intake-platform.cursor/rules/frontend.mdc · 0 | Cursor rules | setuptestlint-formatstyle+7 | 99/100 | 14 days ago | |
| langflow-ai/langflow.cursor/rules/docs_development.mdc · 153k | Cursor rules | setupbuildtestlint-format+7 | 97/100 | 14 days ago | |
| TechSquidTV/Hermes.cursor/rules/20-hermes-api-tests.mdc · 45 | Cursor rules | teststyletesting-strategysecurity+3 | 97/100 | 14 days ago |
A badge carrying the measured quality of the strongest agent config file in this repository, out of 100. It reads from this index every time somebody loads your page, so it changes when the measurement changes and there is nothing to keep up to date. Free, no account, and the value is not something you or we can set by hand.
[](https://rulestack.kynth.studio/configs/danielvm-git-bigpowers-cursor-rules-plan-tests)Would rather not hotlink us? Every badge is also served in shields.io’s endpoint schema, so shields renders the image and your readers never talk to our domain:
Published by Toolproof, the masthead over this index and eight others. The method behind the number is at toolproof.kynth.studio/methodology, and the whole thing is readable as JSON with no key at /api.