goalslisted
Install: claude install-skill boshu2/agentops
# $goals — Fitness Goal Maintenance
> Maintain GOALS.yaml and GOALS.md fitness specifications. Use `ao goals` CLI for all operations.
**YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it.**
## Quick Start
```bash
$goals # Measure fitness (default)
$goals init # Bootstrap GOALS.md interactively
$goals steer # Manage directives
$goals add # Add a new goal
$goals drift # Compare snapshots for regressions
$goals history # Show measurement history
$goals export # Export snapshot as JSON for CI
$goals meta # Run meta-goals only
$goals validate # Validate structure
$goals prune # Remove stale gates
$goals migrate # Migrate YAML to Markdown
```
## Format Support
| Format | File | Version | Features |
|--------|------|---------|----------|
| YAML | GOALS.yaml | 1-3 | Goals with checks, weights, pillars |
| Markdown | GOALS.md | 4 | Goals + mission + north/anti stars + directives |
When both files exist, GOALS.md takes precedence.
## Mode Selection
Parse the user's input:
| Input | Mode | CLI Command |
|-------|------|-------------|
| `$goals`, `$goals measure`, "goal status" | **measure** | `ao goals measure` |
| `$goals init`, "bootstrap goals" | **init** | `ao goals init` |
| `$goals steer`, "manage directives" | **steer** | `ao goals steer` |
| `$goals add`, "add goal" | **add** | `ao goals add` |
| `$goals drift`, "goal dri