UNPKG

aiwg

Version:

Deployment tool and support utility for AI context. Copies agents, skills, commands, rules, and behaviors into the paths each AI platform reads (Claude Code, Codex, Copilot, Cursor, Warp, OpenClaw, and 6 more) so one source of truth works across 10 platfo

27 lines (26 loc) 905 B
{ "name": "guided-implementation", "version": "1.0.0", "description": "Bounded iteration control for autonomous issue-to-code implementation", "category": "sdlc", "skills": [ "iteration-control" ], "commands": [], "flows": [], "dependencies": [], "notes": "Flow command is in agentic/code/frameworks/sdlc-complete/commands/flow-guided-implementation.md", "research_basis": { "magis": { "source": "Tao et al. (2024)", "reference": "https://arxiv.org/abs/2403.17927", "key_insight": "Developer-QA iteration loops with bounds improve quality while preventing infinite loops" } }, "design_principles": [ "Leverage existing tools (Grep, Glob, Edit, TodoWrite, Task)", "Single skill for iteration control, not redundant agents", "Run to completion with minimal user interaction", "Escalate after bounded retries, not infinite loops" ] }