Task: Fully and autonomously implement all specs listed as not yet implemented in specs/INDEX.md – without interruptions or requests for confirmation.
Step 1 – Analysis
Read specs/INDEX.md and identify all specs with status "not implemented". Process them in the order defined there.
Step 2 – Implementation
Run /spec-implement <spec-name>. Wait for completion before moving on.
Step 3 – Review
Run /spec-review <spec-name>. Fully analyze the output.
- If there are errors or important findings: Fix all issues and repeat Step 3 – as many times as necessary until the review reports no errors or open points.
- If the review is successful: Continue with Step 4.
Step 4 – Commit & Push
git add -A
git commit -m "feat: implement <spec-name>"
git push
Then continue with the next spec from Step 2.
- Never ask for confirmation or input – make decisions autonomously.
- Do not stop if a review reports errors – fix them and re-run the review.
- If an error cannot be resolved, document it in the commit message body and move on to the next spec.
- After each completed spec, briefly log the overall progress (e.g. "3/7 specs completed").
Start immediately by analyzing specs/INDEX.md.