Develop
End-to-end development workflow with sub-agent specialization. Use when implementing features, fixing bugs, or making code changes that should follow project standards. Builds work as a stack of jj changes; lands each as its own PR. Dispatches focused sub-agents for planning, implementation, quality checks, and architectural review — keeping the coordinator lean.
Design
Structured design process for software projects. Produces specification artifacts (problem space, requirements, architecture, threat model, test plan) in docs/design/ before implementation begins. Scales from lightweight to full ceremony based on scope.
Edit Skill
Edit and publish skill changes. Takes a description of what to change as arguments, makes the edits, then handles the jj/PR workflow. Use when you need to modify an existing skill or create a new one.
Check In
When requested: execute periodic follow-up checks and update tracking dates.
Briefing
When requested: session-start situational awareness — notifications, PRs, tasks, and due follow-ups.
Land
End-of-session wrap-up. Lands outstanding stack work via /develop, syncs PR descriptions, updates project tracker, captures wins, writes handoff notes.
Code Review
Systematic code review with sub-agent analysis. Works on jj revsets, single changes, PRs, or working-copy edits.
Jj Setup
Bootstrap jj configuration for a repo — installs revset aliases (stack(), bookmark_base()), snapshot settings, and auto-track config. Run once per repo. Requires jj >= 0.36.