mit einem Klick
aigon-board
Show Kanban board or list view
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
Show Kanban board or list view
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
Revise the current feature worktree after code review — decide accept/revert/modify
Show Aigon commands
Close feature <ID> [agent] [--adopt] - merges branch, cleans up, optionally adopts from losers
Create feature <name> - creates spec in inbox
Evaluate feature <ID> - code review or comparison
Fast-track feature <name> - create + setup + implement in one step
| name | aigon-board |
| description | Show Kanban board or list view |
Visualize features and research topics in Kanban board or detailed list view.
IMPORTANT:
→ /command action hints — make sure these are visible in your response, as they are the primary value of the board.aigon-feature-prioritise c) rather than raw aigon ... CLI syntax.aigon board $ARGUMENTS
Default (Kanban): Visual board showing items across workflow stages
aigon board
List view: Detailed list with work mode indicators
aigon board --list
--features: Show only features--research: Show only research topics--active: Only in-progress items--all: Include completed items--inbox: Only inbox (unprioritized)--backlog: Only backlog (prioritized, waiting)--done: Only completed items--no-actions: Suppress → /command action hints (clean view for scripting)* = current active branch[F] = Fleet mode[AP] = Autopilot modea), b), c)... = letter shortcuts for quick prioritizationUnprioritized inbox items show letter labels. Use them for quick prioritization:
# After running 'aigon board' and seeing:
# a) base-port-config
# b) create-plugin
aigon feature-prioritise b # Quickly prioritizes "create-plugin"
aigon research-prioritise i # Works for research too
Letters are saved in .aigon/.board-map.json (expires after 24 hours).
╔═══════════════════════ Aigon Board ════════════════════════╗
FEATURES
┌──────────────────────┼──────────────────────┼──────────────────────┐
│ Inbox │ Backlog │ In Progress │
├──────────────────────┼──────────────────────┼──────────────────────┤
│ billing-integration │ #13 dark-mode │ #11 search-api [AP] │
│ email-templates │ │ #12 notifications * │
│ │ │ #14 profile-rede [F] │
├──────────────────────┼──────────────────────┼──────────────────────┤
│ (2) │ (1) │ (3) │
└──────────────────────┼──────────────────────┼──────────────────────┘
Next actions:
billing-integration → /afn billing-integration
email-templates → /afn email-templates
#13 dark-mode → /afs 13
#11 search-api → /afd 11
#12 notifications → /afd 12
#14 profile-redesign → /afe 14
RESEARCH
┌──────────────────────┼──────────────────────┼──────────────────────┐
│ Inbox │ Backlog │ In Progress │
├──────────────────────┼──────────────────────┼──────────────────────┤
│ api-performance │ #01 auth-patterns │ #02 caching-strat * │
├──────────────────────┼──────────────────────┼──────────────────────┤
│ (1) │ (1) │ (1) │
└──────────────────────┼──────────────────────┼──────────────────────┘
Next actions:
api-performance → /arp api-performance
#01 auth-patterns → /ars 01
#02 caching-strategy → /ardn 02
aigon board --list --active
Output:
FEATURES
In Progress (3):
#11 search-api
→ /afd 11
#12 notifications Drive (branch) *
→ /afd 12
#14 profile-redesign Fleet (cc, gg) [F]
→ /afe 14
RESEARCH
In Progress (1):
#02 caching-strategy Drive (branch) *
→ /ardn 02
--list) when you need full names and detailsaigon board --features --list --active