Feature-first init: create or reuse worktree/branch and seed per-feature context. Git-aware and idempotent.
find ~/mmcdermott-ashleyne/ -name "*.skill"
Create or refresh AGENTS.md + .dev-docs baseline (feature registry, templates, commands, checklists) so Codex can...
Implement the current plan from TASKS (feature-first). Git-aware; no git ops in local mode.
Create or update a feature registry entry and seed feature files. Feature-first, safe, idempotent.
Select an existing feature as current without modifying registry data.
Show resolved feature mapping and paths. No changes.
Save durable session handoff for a feature to WORKING.md plus history snapshot. Feature-first, safe.
Plan the current feature (feature-first). Resolve registry/spec, detect Mode, and write tasks.
Auto-merge PR via gh and fully clean up feature worktree/branch/metadata. Feature-first, safe, idempotent.
Generate a PR-ready draft from TASKS, diff, and review status. Feature-first and git-aware.
Mode-aware PR open for current feature: commit (if needed) + push + open PR via gh.
Perform CI-parity self-review for the current feature. Feature-first, git/local safe.
Run the full dev loop for the current feature with guardrails. Feature-first and git/local safe.