dev:help
Print the following text exactly as written. Do not reformat, create tables, add headers, or add any commentary.
dev — Development workflow commands for Claude Code
/dev:commit [--yes|-y] [--no-push] [--autofix] [--atomic] [--single] Create a conventional commit with formatting, linting, push, and CI monitoring in one workflow
/dev:ci [--wait] [--autofix] [--silent] Monitor CI/CD workflows (GitHub Actions or GitLab CI)
/dev:allow [--global] Pre-approve dev plugin permissions for uninterrupted autonomous agent execution
/dev:pr-fix [pr-id] [--github|--gitlab] [--silent] Fetch open PR/MR change requests and propose fixes
/dev:rebase [base-branch] [--push] Safely rebase a branch using an intent snapshot to drive conflict resolution correctly
/dev:explore [exploration-name] [--aspects] Research a technical problem, compare architectural approaches, and generate parallel proposals
/dev:diff Compare the current repository with another to identify structural differences and insights
/dev:docs [--bg] [--silent] Generate or update architecture documentation in docs/architecture/ from a codebase scan
/dev:plan [feature-name] [--update-overview] [--bg] [--silent] Plan architecture for a project or feature. Writes to docs/architecture/.
More from cloudvoyant/codevoyant
dev:plan
Use when planning architecture for a project or feature. Triggers on: "dev plan", "architecture plan", "plan architecture", "design architecture", "technical design", "system design for". Produces draft plan artifacts in .codevoyant/plans/{slug}/. Use /dev:approve to promote to docs/architecture/.
14em:review
Use when reviewing an engineering roadmap for quality and realism. Triggers on: "em review", "review roadmap", "sanity check roadmap", "em check", "review this plan". Checks capacity realism, dependency gaps, missing risks, and phasing quality. Auto-launched after em:plan.
13dev:explore
Use when researching technical approaches before building. Triggers on: "explore options", "what are my options for", "research approaches", "compare solutions", "dev explore", "generate proposals", "help me decide between". Runs parallel proposal generation via subagents and outputs to .codevoyant/explore/.
13em:plan
Use when planning a project (epic) or initiative with Linear as tracker.
13pm:plan
Plan a product roadmap for a quarter, half-year, or year. Writes a draft roadmap to .codevoyant/roadmaps/ using capability tiers. Triggers on: "pm plan", "product roadmap", "plan a roadmap", "quarterly roadmap", "annual plan".
13dev:rebase
Use when rebasing a branch or syncing with upstream. Triggers on: \"rebase\", \"get latest from main\", \"sync with upstream\", \"update from main\", \"dev rebase\". Uses an intent snapshot to drive conflict resolution correctly, preventing silent change loss that happens with naive rebasing.
12