|
16 | 16 | - `*build-resume` - Resume autonomous build from last checkpoint |
17 | 17 | - `*build-status` - Show build status (--all for all builds) |
18 | 18 | - `*build-autonomous` - Start autonomous build loop for a story (Coder Agent Loop with retries) |
19 | | -- `*build` - Complete autonomous build: worktree → plan → execute → verify → merge (\*build {story-id}) |
| 19 | +- `*build` - Complete autonomous build: worktree → plan → execute → verify → merge (*build {story-id}) |
20 | 20 | - `*capture-insights` - Capture session insights (discoveries, patterns, gotchas, decisions) |
21 | 21 | - `*list-gotchas` - List known gotchas from .aios/gotchas.md |
22 | | -- `*gotcha` - Add a gotcha manually (\*gotcha {title} - {description}) |
23 | | -- `*gotchas` - List and search gotchas (\*gotchas [--category X] [--severity Y]) |
24 | | -- `*worktree-create` - Create isolated worktree for story (\*worktree-create {story-id}) |
| 22 | +- `*gotcha` - Add a gotcha manually (*gotcha {title} - {description}) |
| 23 | +- `*gotchas` - List and search gotchas (*gotchas [--category X] [--severity Y]) |
| 24 | +- `*worktree-create` - Create isolated worktree for story (*worktree-create {story-id}) |
25 | 25 | - `*worktree-list` - List active worktrees with status |
26 | 26 | - `*create-service` - Create new service from Handlebars template (api-integration, utility, agent-tool) |
27 | 27 | - `*waves` - Analyze workflow for parallel execution opportunities (--visual for ASCII art) |
|
46 | 46 | - `*build-log` - View build attempt log for debugging |
47 | 47 | - `*build-cleanup` - Cleanup abandoned build state files |
48 | 48 | - `*build-autonomous` - Start autonomous build loop for a story (Coder Agent Loop with retries) |
49 | | -- `*build` - Complete autonomous build: worktree → plan → execute → verify → merge (\*build {story-id}) |
| 49 | +- `*build` - Complete autonomous build: worktree → plan → execute → verify → merge (*build {story-id}) |
50 | 50 | - `*capture-insights` - Capture session insights (discoveries, patterns, gotchas, decisions) |
51 | 51 | - `*list-gotchas` - List known gotchas from .aios/gotchas.md |
52 | | -- `*gotcha` - Add a gotcha manually (\*gotcha {title} - {description}) |
53 | | -- `*gotchas` - List and search gotchas (\*gotchas [--category X] [--severity Y]) |
| 52 | +- `*gotcha` - Add a gotcha manually (*gotcha {title} - {description}) |
| 53 | +- `*gotchas` - List and search gotchas (*gotchas [--category X] [--severity Y]) |
54 | 54 | - `*gotcha-context` - Get relevant gotchas for current task context |
55 | | -- `*worktree-create` - Create isolated worktree for story (\*worktree-create {story-id}) |
| 55 | +- `*worktree-create` - Create isolated worktree for story (*worktree-create {story-id}) |
56 | 56 | - `*worktree-list` - List active worktrees with status |
57 | 57 | - `*worktree-cleanup` - Remove completed/stale worktrees |
58 | | -- `*worktree-merge` - Merge worktree branch back to base (\*worktree-merge {story-id}) |
| 58 | +- `*worktree-merge` - Merge worktree branch back to base (*worktree-merge {story-id}) |
59 | 59 | - `*create-service` - Create new service from Handlebars template (api-integration, utility, agent-tool) |
60 | 60 | - `*waves` - Analyze workflow for parallel execution opportunities (--visual for ASCII art) |
61 | 61 | - `*apply-qa-fixes` - Apply QA feedback and fixes |
|
74 | 74 | **I collaborate with:** |
75 | 75 |
|
76 | 76 | --- |
77 | | - |
78 | | -_AIOS Agent - Synced from .aios-core/development/agents/dev.md_ |
| 77 | +*AIOS Agent - Synced from .aios-core/development/agents/dev.md* |
0 commit comments