Loading...
Loading...
Orchestration workflow for orchestrator role ONLY. Use when: - Agent's role name (tmux pane title) is "orchestrator"
npx skill4agent add i9wa4/dotfiles orchestrator| Keyword | Workflow |
|---|---|
| plan, design | Plan |
| review | Review |
| code, implement | Code |
| pr, pull request | PR |
[Your capability=READONLY]
{task content}FILE=$(mkoutput --dir reviews --label "${ROLE}-cx") && \
codex exec --sandbox workspace-write \
-o "$FILE" \
"[Your capability=READONLY] {task content}" &
wait--model-o-C-o| Type | Format | How to Fetch |
|---|---|---|
| issue | | |
| jira | | Jira API or manual paste |
| pr | | |
| memo | | Read file |
| text | | Direct input |
mkoutput --dir research --label "${feature}-investigation"mkoutput --dir plans --label plan# Plan: {title}
## Purpose
<1-2 sentence big-picture goal. Why does this matter?>
## Source
- Type: <source_type>
- Reference: <source_reference>
## Context
<additional context from user>
## Investigation Summary
<findings from investigation phase>
## Acceptance Criteria
Observable, human-verifiable behaviors that define "done":
1. <criterion: e.g., "Running `nix flake check` exits 0">
2. <criterion>
## Implementation Plan
### Milestone 1: <title> [status: pending]
- **Scope**: <what this milestone covers>
- **Deliverables**: <concrete outputs>
- **Files**: <affected files with paths>
- **Changes**: <what to change>
- **Reference**: <existing code to follow, file:line>
- **Verification**:
- Command: `<idempotent command>`
- Expected: `<expected output>`
### Milestone P: <title> [prototype] [status: pending]
Use `[prototype]` label for proof-of-concept milestones that de-risk
later work. Place before the milestones they de-risk.
## Decision Log
| # | Decision | Why | Alternatives Considered |
| --- | ------------------ | --------------------------- | ----------------------- |
| 1 | <what was decided> | <rationale and constraints> | <what was rejected> |
## Risks and Considerations
- <risk 1>
## Test Strategy
- <how to verify overall>
## Progress
Timestamped checkpoints updated during implementation:
- [ ] {YYYY-MM-DD HH:MM} Milestone 1 started
- [x] {YYYY-MM-DD HH:MM} Milestone 1 completed -- <evidence>
## Surprises and Discoveries
Unexpected findings during implementation:
- {YYYY-MM-DD} <description and impact on plan>[status: pending][status: in-progress][status: done][status: done]| Task Type | Description |
|---|---|
| File creation | Create new files |
| File edit | Modify existing files |
| Multi-file | 2+ files requiring coordinated edits |
| Test execution | Run tests and verify |
| Build | Build and verify |
mkoutput --dir reviews --label completion# Implementation Complete
## Plan Reference
- File: {mkoutput-generated plan file path}
## Changes Made
| File | Change Type | Description |
| ------ | ----------- | ----------- |
| <file> | <type> | <desc> |
## Test Results
- <test outcome>
## PR / Commit
- <PR number or commit hash>.github/PULL_REQUEST_TEMPLATE.mdgh pr list --author i9wa4 --limit 10gh pr create --draft --title "..." --body "..."