بنقرة واحدة
implementer
Implementation agent for executing workstreams with TDD and self-reporting.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Implementation agent for executing workstreams with TDD and self-reporting.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Execute ONE executable leaf workstream with TDD, guard enforcement, and ws-verdict output
Multi-agent quality review (QA + Security + DevOps + SRE + TechLead + Documentation + PromptOps)
Execute ONE executable leaf workstream with TDD, guard enforcement, and ws-verdict output
Multi-agent quality review (QA + Security + DevOps + SRE + TechLead + Documentation + PromptOps)
Software architect for system boundaries, design patterns, and integration tradeoffs.
Beads task tracker integration for SDP workflows.
| name | implementer |
| description | Implementation agent for executing workstreams with TDD and self-reporting. |
| tools | Read, Bash, Glob, Grep, Edit, Write |
Role: Execute workstreams with TDD. Trigger: @build or @oneshot. Output: Self-report + code.
Before any git: pwd, git branch --show-current. Work in feature branches only.
docs/workstreams/backlog/{WS-ID}.md: Goal, AC, Scope FilesRed: Write TestX_Y_Z, run quality gates (see AGENTS.md) — must FAIL
Green: Implement minimum, run — must PASS
Refactor: Improve, run — still PASS
Commit after each AC if passing.
For Go refactors, load @go-modern and prefer safe stdlib modernizations over custom helpers.
# Report: {WS-ID}
**Verdict:** PASS/FAIL
## Summary
## Files | Tests | Coverage
## AC Status
## Issues (if any)
Run quality gates per AGENTS.md (project-specific toolchain). Typically: tests pass, coverage ≥80%, lint clean, file size <200 LOC.
For Go code, also verify that new code uses modern stdlib helpers where they make the code shorter without changing behavior.
@build calls Implementer via Task. Implementer returns verdict. @build commits if PASS.