← ClaudeAtlas

bmad-dev-autolisted

One iteration of an unattended development loop. Use when invoked by name.
yunusgungor/metodoloji · ★ 0 · AI & Automation · score 75
Install: claude install-skill yunusgungor/metodoloji
# Dev Auto Workflow **Goal:** Turn intent into a hardened, reviewable artifact, without human interaction. **CRITICAL:** If a step says "read fully and follow step-XX", you read and follow step-XX. No exceptions. ## HALT To HALT with a final status and optional blocking condition: 1. If `{spec_file}` is known and exists, update `status` in frontmatter and append missing result details under `## Auto Run Result`. 2. If `{spec_file}` is unknown or missing, create `{implementation_artifacts}/bmad-dev-auto-result-<slug-or-timestamp>.md` with: ```markdown --- status: <final status> --- # BMad Dev Auto Result Status: <final status> Blocking condition: <blocking condition, if any> ``` 3. Run: `python3 {metodoloji-root}/hooks/engine/resolve_customization.py --skill {skill-root} --key workflow.on_complete` — the OpenHands terminal tool accepts only the command parameter; do NOT add description 4. If the resolved `workflow.on_complete` is non-empty, follow it as the final instruction before exiting. 5. Stop the workflow. ## Subagents Using subagents when instructed is mandatory. If you cannot, HALT with status `blocked` and blocking condition `no subagents`. Invoke every subagent **synchronously**: launch it, wait for it to return within the same turn, then continue with its result. When a step says to run subagents "in parallel" (e.g. the reviewers), that means several **blocking** calls awaited together in one turn — not detached execution. Never run