Loading...
Loading...
Compare original and translation side by side
proposal.mdspecs/design.mdtasks.mdproposal.mdspecs/design.mdtasks.mdRead tasks.md
├── Count total tasks
├── Count completed tasks [x]
├── List incomplete tasks [ ]
└── Flag: CRITICAL if core tasks incomplete, WARNING if cleanup tasks incompleteRead tasks.md
├── Count total tasks
├── Count completed tasks [x]
├── List incomplete tasks [ ]
└── Flag: CRITICAL if core tasks incomplete, WARNING if cleanup tasks incompleteFOR EACH REQUIREMENT in specs/:
├── Search codebase for implementation evidence
├── For each SCENARIO:
│ ├── Is the GIVEN precondition handled?
│ ├── Is the WHEN action implemented?
│ ├── Is the THEN outcome produced?
│ └── Are edge cases covered?
└── Flag: CRITICAL if requirement missing, WARNING if scenario partially coveredFOR EACH REQUIREMENT in specs/:
├── Search codebase for implementation evidence
├── For each SCENARIO:
│ ├── Is the GIVEN precondition handled?
│ ├── Is the WHEN action implemented?
│ ├── Is the THEN outcome produced?
│ └── Are edge cases covered?
└── Flag: CRITICAL if requirement missing, WARNING if scenario partially coveredFOR EACH DECISION in design.md:
├── Was the chosen approach actually used?
├── Were rejected alternatives accidentally implemented?
├── Do file changes match the "File Changes" table?
└── Flag: WARNING if deviation found (may be valid improvement)FOR EACH DECISION in design.md:
├── Was the chosen approach actually used?
├── Were rejected alternatives accidentally implemented?
├── Do file changes match the "File Changes" table?
└── Flag: WARNING if deviation found (may be valid improvement)Search for test files related to the change
├── Do tests exist for each spec scenario?
├── Do tests cover happy paths?
├── Do tests cover edge cases?
├── Do tests cover error states?
└── Flag: WARNING if scenarios lack tests, SUGGESTION if coverage could improveSearch for test files related to the change
├── Do tests exist for each spec scenario?
├── Do tests cover happy paths?
├── Do tests cover edge cases?
├── Do tests cover error states?
└── Flag: WARNING if scenarios lack tests, SUGGESTION if coverage could improveundefinedundefined| Metric | Value |
|---|---|
| Tasks total | {N} |
| Tasks complete | {N} |
| Tasks incomplete | {N} |
| Metric | Value |
|---|---|
| Tasks total | {N} |
| Tasks complete | {N} |
| Tasks incomplete | {N} |
| Requirement | Status | Notes |
|---|---|---|
| {Req name} | ✅ Implemented | {brief note} |
| {Req name} | ⚠️ Partial | {what's missing} |
| {Req name} | ❌ Missing | {not implemented} |
| Scenario | Status |
|---|---|
| {Scenario name} | ✅ Covered |
| {Scenario name} | ⚠️ Partial |
| {Scenario name} | ❌ Not covered |
| Requirement | Status | Notes |
|---|---|---|
| {Req name} | ✅ Implemented | {brief note} |
| {Req name} | ⚠️ Partial | {what's missing} |
| {Req name} | ❌ Missing | {not implemented} |
| Scenario | Status |
|---|---|
| {Scenario name} | ✅ Covered |
| {Scenario name} | ⚠️ Partial |
| {Scenario name} | ❌ Not covered |
| Decision | Followed? | Notes |
|---|---|---|
| {Decision name} | ✅ Yes | |
| {Decision name} | ⚠️ Deviated | {how and why} |
| Decision | Followed? | Notes |
|---|---|---|
| {Decision name} | ✅ Yes | |
| {Decision name} | ⚠️ Deviated | {how and why} |
| Area | Tests Exist? | Coverage |
|---|---|---|
| {area} | Yes/No | {Good/Partial/None} |
| Area | Tests Exist? | Coverage |
|---|---|---|
| {area} | Yes/No | {Good/Partial/None} |
undefinedundefined