Skip to content

Commands

All commands work the same way across Claude Code, Cursor, Codex, OpenCode, Gemini CLI, and GitHub Copilot. Type / in your coding tool to see autocomplete suggestions.

Orchestrator

CommandWhen to use
/v-model-workflowStarting a new project, running the full cycle, or resuming an interrupted workflow. The orchestrator drives phase transitions and ends with Phase 7 Release Closure.

See V-Model workflow guide.

Phase skills (in V-Model order)

PhaseCommandPurpose
1/business-analyseExploration, Ideation, Validation. Produces BA-{PROJECT}.md and the HMW question.
2/requirements-engineeringTransforms BA into Epics, Features, tech-agnostic Success Criteria.
3/architectureCreates ADRs (MADR), arc42, plan-context.md.
4/codingCritical review, implementation briefing with 5 sub-phase patterns, writeback to artifacts.
5/testingIntegration tests, unit-test gaps, fix-loop.
6/security-auditOWASP Top 10 + LLM Top 10 + SAST + SCA + Zero Trust.

Each phase skill ends with a 3-part Handoff Ritual (artifact report, handoff context appended to 30_handoffs.md, transition question).

Foundation skill

CommandWhen to use
/project-conventionsInitializing a new project or checking directory / naming conventions. Referenced by all other skills.

Bootstrap skill

The using-digital-innovation-agents skill is loaded automatically at session start via the SessionStart hook. You don't invoke it manually -- it provides the agent with an orientation of the workflow on every new session.

Opt-out language

The workflow is advisory. To leave mid-cycle or disable temporarily:

User saysEffect
"stop" / "exit" / "I want to do something else"Exit the current workflow loop, answer unrelated questions in plain mode
"ignore the V-Model today" / "just help me with X"Temporarily disable the skills for this session
/plugin disable digital-innovation-agentsPermanently disable the plugin (standard Claude Code plugin management)

See Installation tutorial for initial setup and Troubleshooting for common issues.