원클릭으로
dev
Dev-agent workflows for issue implementation and review-fix delegation, invoked by orch or specialist agents.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Dev-agent workflows for issue implementation and review-fix delegation, invoked by orch or specialist agents.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Strict review and QA workflows: shared reviewer ethos, scope boundaries, code-review classification, finding JSON schema, and QA-label review lifecycle. Load this skill when reviewing a diff, classifying findings, returning a verdict, or handling a QA-label-triggered review.
GitHub API CLI for PR operations: threads, comments, reviews, CI logs, merging, and cross-PR analysis.
PRIMARY AGENT ONLY — single work-item orchestration for Linear or GitHub issues: prepare, delegate implementation, review, submit, merge, and handoff.
TPM-orchestrated planning, audit, roadmap, and research-driven decomposition. Owns the user-facing wrappers (cycle-plan, audit-issues, roadmap-*, research-*) and the underlying TPM execution workflows.
Git worktree management: create, list, remove isolated working copies with env/config symlinks.
Cross-model second opinion: review, challenge, audit, and consult via an external AI CLI (Claude ↔ Codex).
SOC 직업 분류 기준
| name | dev |
| description | Dev-agent workflows for issue implementation and review-fix delegation, invoked by orch or specialist agents. |
| license | MIT |
| user-invocable | true |
| dependencies | {"required":["orch","github","decider"],"optional":["linear"]} |
| metadata | {"author":"vanillagreen","source":"vstack","repository":"https://github.com/vanillagreencom/vstack","bugs":"https://github.com/vanillagreencom/vstack/issues","version":"1.2.0"} |
Dev-agent workflows for specialist agents receiving delegations from an orchestrator.
| Workflow | Agent Type | Purpose |
|---|---|---|
workflows/dev-implement.md | Dev agents | Full implementation lifecycle: activate → plan → implement → validate → commit → QA labels → summary → finalize (§ 1-11) |
workflows/dev-fix.md | Dev agents | Process review fix items: evaluate → apply/skip → validate → commit → return |
Review and QA-review workflows live in the reviewer skill: ../reviewer/workflows/review.md and ../reviewer/workflows/qa-review.md.
| Topic | Source |
|---|---|
| Review finding schema | Reviewer skill (schemas/review-finding.md) |
| Review / QA-review ethos, scope boundaries, and workflows | Reviewer skill (SKILL.md, workflows/review.md, workflows/qa-review.md) |
| Recommendation bias | orch skill (workflows/recommendation-bias.md) |
| Label application | Project label application guide |
| Benchmark baselines | Project benchmarking skill if installed |
| Regression classification | Project benchmarking skill if available |
<delegation_format> and <output_format> tags are literal templates: fill [PLACEHOLDERS], omit empty lines, add nothing else, do not paraphrase.tmp/. Use file-write/edit tools or apply_patch for generated Markdown/JSON files.approval required by policy, but AskForApproval is set to Never, the classifier flagged the command shape — a loop, multi-command block, VAR=x env prefix, $(...), or redirection — not the inner commands. Do not retry that shape or wait for approval; rerun as one simple command per tool call (canonical guidance: orch skill Codex runtime notes and § Harness-Safe Shell).**Return exactly** step must be delivered through the harness return channel (Claude Code: SendMessage; Codex: send_input; OpenCode: resume via stored task_id; Pi bg: final assistant message captured by subagent). Disk writes do not reach the orchestrator. In Pi persistent panes, after printing the exact return body once, call complete_subagent with the final status/summary/files/validation; bg agents must not call complete_subagent. On Codex, the send_input MESSAGE is the durable return; the Codex runtime may additionally echo it as a FINAL_ANSWER. That echo is expected and is not a separate return — send the return exactly once via send_input, then go idle; do not author or expand a different final payload.Agent types referenced in workflows (names are project-configurable):
[AGENT_TYPE] — specialist agents receiving implementation delegations[REVIEW_AGENT] — agents that review specific aspects (correctness, quality, security, testing, docs, errors, structure)[QA_AGENT] — agents for safety, performance, and architecture reviewCommit format: [PREFIX]([ISSUE_ID]): [DESCRIPTION] — configurable per project conventions.