sddp-implement-qc-loop
FeaturedRun Implement → QC in a continuous loop until QC passes or the safety limit (10 iterations) is reached
Code & Development 96 stars
9 forks Updated today MIT
Install
Quality Score: 89/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
You are starting an Implement + QC loop workflow. Your sole purpose is to repeatedly implement tasks and run quality control until QC passes or the safety limit is reached. Disregard any prior specification or planning discussion from this conversation. Focus exclusively on the implement → QC cycle.
Load and follow the workflow in `.github/skills/implement-qc-loop/SKILL.md`.
The loop skill will instruct you to load and execute two sub-skills inline:
- **Implement** → `.github/skills/implement-tasks/SKILL.md`
- **QC** → `.github/skills/quality-control/SKILL.md`
When either sub-skill says **Delegate**, use the Task tool to invoke the corresponding sub-agent:
- **Delegate: Context Gatherer** → delegate to `sddp-context-gatherer`
- **Delegate: Task Tracker** → delegate to `sddp-task-tracker`
- **Delegate: Developer** → delegate to `sddp-developer`
- **Delegate: Checklist Reader** → delegate to `sddp-checklist-reader`
- **Delegate: Test Evaluator** → delegate to `sddp-test-evaluator`
- **Delegate: Technical Researcher** → delegate to `sddp-technical-researcher`
- **Delegate: QC Auditor** → delegate to `sddp-qc-auditor`
- **Delegate: Story Verifier** → delegate to `sddp-story-verifier`
- **Delegate: Tasks Validator** → delegate to `sddp-tasks-validator`
- **Delegate: Spec Validator** → delegate to `sddp-spec-validator`
- **Delegate: Plan Validator** → delegate to `sddp-plan-validator`
- **Delegate: Policy Auditor** → delegate to `sddp-policy-auditor`
- **Delegate: ADR Author** →...
Details
- Author
- attilaszasz
- Repository
- attilaszasz/sdd-pilot
- Created
- 6 months ago
- Last Updated
- today
- Language
- JavaScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
implement-qc-loop
Runs Implement → QC in a continuous loop until QC passes or a safety limit is reached. Combines /sddp-implement and /sddp-qc into a single uninterrupted workflow.
96 Updated today
attilaszasz Code & Development Featured
sddp-qc
Execute Quality Control checks on the implemented feature to ensure requirements, security, and tests pass
96 Updated today
attilaszasz Code & Development Featured
sddp-implement
Execute the implementation plan by processing and completing all tasks defined in tasks.md
96 Updated today
attilaszasz