Files
AirCoding/AirPlan/docs/spec/AirPlanV2/commands/airplan.md
AirCoding ae44be31d5 chore: push all design docs, V2 plan specs, and current working state
Includes AirPlan design documents, AircOding-alpha1-plan, AirPlanV2,
AirPlan-ParaV2, AirPlan-Para V1 reference docs, and all working code
changes across packages.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-12 17:12:29 +08:00

46 lines
1.2 KiB
Markdown
Executable File

---
description: "AirPlan V2 - unified scheduler with 12 modes"
argument-hint: "[arc|eng|do|dbg|xdb|sdb|ndb|ctx|dep|tst|sec|rvr] [sub-command]"
allowed-tools: "[Read, Glob, Grep, Bash, Write, Edit]"
---
# /airplan
AirPlan V2 - unified scheduler. V1 8 plugins merged into 1, adds 4 components, total 12 sub-modes.
## Sub-modes
| Mode | Role |
|------|------|
| arc | Architecture planner |
| eng | Scheduler engine |
| do | Task executor |
| dbg | Debugger |
| xdb | GUI validator |
| sdb | Static analyzer |
| ndb | Network debugger |
| ctx | Context manager |
| dep | Deployer |
| tst | Test runner |
| sec | Security scanner |
| rvr | Requirements reviewer |
## Usage
1. Parse $ARGUMENTS; default to "status" when empty.
2. Run from project root - replace MODE with first arg:
```bash
python "$HOME/plugins/airplan/scripts/airplan.py" --mode MODE --project . [OPTIONS]
```
Example: /airplan arc -> runs with --mode arc
Example: /airplan eng monitor -> runs with --mode eng --sub monitor
3. Common patterns:
- /airplan arc parallel-review --todo AirPlan/todo.md
- /airplan eng dispatch
- /airplan eng monitor
- /airplan do finish --task-id T-001 --result /path/to/result.json
4. Runtime auto-bootstraps missing AirPlan/ files.