From digital-innovation-agents
Introduces V-Model workflow entry points via slash commands for AI-augmented projects from business analysis through requirements, architecture, coding, testing, and security audits. Advisory; users can opt out.
npx claudepluginhub pssah4/digital-innovation-agents --plugin digital-innovation-agentsThis skill uses the workspace's default tool permissions.
You have access to a structured V-Model workflow for AI-augmented innovation
Guides users through V-Model workflow by reading BACKLOG.md, HANDOFFS.md, and git state; recommends next phase skill; audits handoffs for completeness; handles post-reverse-engineering promotion.
Provides overview of CODE Method SDLC framework with 9 AI agents and 8 phases for discovery, planning, architecture, UX, stories, sprints, implementation, and review. Use for project setup or agent selection.
Scaffolds greenfield project architecture, test infrastructure, guard rails, and AI agent harness via interview-driven layers to requirements.md. Use for /scaffold, new projects, or setup.
Share bugs, ideas, or general feedback.
You have access to a structured V-Model workflow for AI-augmented innovation and development. These skills guide projects from initial business concept through requirements engineering, architecture design, implementation, testing, and security audit.
/dia-guide -- Guided cycle through all phases (recommended for
new projects or when unsure where to start)/reverse-engineering -- Brownfield entry point: walk the V backwards
over an existing codebase to produce plan-context, ADRs, arc42
snapshot, FEATURE inventory, and an evidence-based BA draft/business-analysis -- Problem exploration, ideation, validation/requirements-engineering -- Epics, features, tech-agnostic success criteria/architecture -- ADRs (MADR), arc42, plan-context.md/coding -- Context handoff + critical review + implementation/testing -- Unit and integration tests with fix-loop/security-audit -- OWASP, SAST, SCA, Zero Trust/project-conventions -- Project structure and naming standardsThe skill content is written in English so it is portable across language contexts. In the dialog with the user, always respond in the user's language. If the user writes in German, reply in German. If Spanish, reply in Spanish. The skill instructions stay English internally; the user-facing messages adapt automatically.
All project artifacts live under _devprocess/:
_devprocess/analysis/BA-*.md, EXPLORE-*.md_devprocess/requirements/epics/EPIC-*.md, features/FEAT-*.md_devprocess/requirements/fixes/FIX-*.md, improvements/IMP-*.md_devprocess/requirements/handoff/architect-handoff.md, plan-context.md_devprocess/architecture/ADR-*.md, arc42.md_devprocess/context/BACKLOG.md (living backlog, incl. FIX-{ee}-{ff}-{nn} rows)_devprocess/context/HANDOFFS.md (append-only phase handoffs log)_devprocess/analysis/AUDIT-*.md_devprocess/analysis/sources/ (Quellen, die der User als Kontext bereitstellt)/dia-guide for an orientation interview that recommends
the right entry point/reverse-engineering to walk the V backwards, then
/business-analysis to validate the WHY/business-analysis/architecture/codingThese are suggestions, not rules. The user is in charge.
The Digital Innovation Agents skill set is advisory. The user can leave the workflow at any time, and you should respect that immediately.
/dia-guide loopIf the user is mid-workflow (for example, between phases) and says something like "stop", "exit", "I want to do something else", "let's pause this", or simply asks an unrelated question:
_devprocess/ -- the user can resume
later by re-invoking /dia-guide.If the user explicitly says "ignore V-Model today", "I just want a quick fix", "no skills needed for this", "just help me with X without the workflow", or uses similar opt-out language:
For longer-term disable, the user can run /plugin disable digital-innovation-agents
in Claude Code (standard plugin management). This removes the SessionStart
hook entirely. Mention this only if the user asks how to disable permanently.
When any phase-skill or the guide needs a decision from the user,
the following rules are mandatory. They apply inside /dia-guide
and when any phase-skill is invoked standalone.
AskUserQuestion tool. Plain markdown lists force the user
to type back; the tool offers clickable options plus a free-text
"Other" slot. Free-form prose questions in chat are only for quick
factual confirmations, not for decisions between alternatives.description with two lines so the trade-off reads at a
glance:
+ Pro: one short sentence stating the main upside.
- Con: one short sentence stating the main downside or cost.
The user must be able to see both sides without opening anything else.
A description that lists only advantages is a bug.AskUserQuestion call.These rules bind regardless of project language. Pros/Cons stay labelled with "+ Pro:" / "- Con:" so both sides are visually identifiable at a glance.
The V-Model workflow adapts to project scope:
The business-analysis skill asks the user which scope applies and
calibrates depth accordingly.