Aimeerrhythm/enterprise-change-workflow
Plugin Claude Code
Plugin marketplace listing 1 plugin: ecw.
Aimeerrhythm/enterprise-change-workflow
Plugin Claude Code
Plugin marketplace listing 1 plugin: ecw.
Aimeerrhythm/enterprise-change-workflow
Plugin Claude Code
Enterprise change management workflow: risk classification, multi-domain collaboration, requirements elicitation, implementation planning, adversarial spec review, TDD, implementation orchestration, systematic debugging, implementation verification, business impact analysis, cross-review, knowledge base maintenance…
Aimeerrhythm/enterprise-change-workflow
Cursor rule Claude Code
Development conventions for agent template files.
Aimeerrhythm/enterprise-change-workflow
Cursor rule Claude Code
Development conventions for SKILL.md files.
Aimeerrhythm/enterprise-change-workflow
Cursor rule Claude Code
Testing conventions for ECW plugin.
Aimeerrhythm/enterprise-change-workflow
Instructions file
Claude Code instructions for Aimeerrhythm/enterprise-change-workflow, covering enterprise change workflow (ecw) plugin, rules and workflow.
Aimeerrhythm/enterprise-change-workflow
Agent
Analyzes business impact of code changes by combining structured dependency graph queries with incremental code scanning. Outputs a formatted impact report covering affected domains, downstream/upstream flows, external systems, and end-to-end paths.
Aimeerrhythm/enterprise-change-workflow
Agent
Domain-specific analysis agent for multi-domain collaboration. Dispatched by domain-collab Round 1 (independent analysis) and Round 2 (negotiation). Each instance focuses on a single domain's impact assessment.
Aimeerrhythm/enterprise-change-workflow
Agent
Domain negotiation agent for multi-domain collaboration Round 2. Assesses whether other domains' change plans affect this domain.
Aimeerrhythm/enterprise-change-workflow
Agent
Implementation verification round agent for impl-verify. Each instance handles one verification dimension (requirements, domain rules, plan decisions, or engineering standards) independently.
Aimeerrhythm/enterprise-change-workflow
Agent
Task implementer agent for impl-orchestration. Dispatched per plan task with full task context. Implements, tests, commits, and self-reviews.
Aimeerrhythm/enterprise-change-workflow
Agent
Adversarial technical reviewer that challenges design specs and solution documents. Dispatched after a spec or design document is produced, reviews it from an independent context (only sees the document + project knowledge, not the author's reasoning). Outputs structured issues with severity and worst-case…
Aimeerrhythm/enterprise-change-workflow
Agent
Spec compliance reviewer agent for impl-orchestration. Verifies implementer built what was requested — nothing more, nothing less. Reads actual code independently; does not trust implementer's report.
Aimeerrhythm/enterprise-change-workflow
Command
Initialize Enterprise Change Workflow configuration for your project. Supports three modes — Attach (existing docs), Manual (user-specified paths), Scaffold (new project).
Aimeerrhythm/enterprise-change-workflow
Command
Upgrade ECW configuration in your project. Runs idempotent checks and applies missing configuration items.
Aimeerrhythm/enterprise-change-workflow
Command
Validate ECW configuration files for completeness and correctness. Checks for unfilled placeholders, missing files, and broken references.
Aimeerrhythm/enterprise-change-workflow
Skill Claude CodeCodex
Business impact assessment after code changes complete. Auto-runs after impl-verify for P0/P1; invoke manually via /ecw:biz-impact-analysis.
Aimeerrhythm/enterprise-change-workflow
Skill Claude CodeCodex
Cross-file consistency verification for document-heavy changes. Manual-only, invoke via /ecw:cross-review.
Aimeerrhythm/enterprise-change-workflow
Skill Claude CodeCodex
Multi-domain requirement analysis. Use when a requirement spans 2+ business domains. Auto-routed by ecw:risk-classifier for cross-domain changes; invoke manually via /ecw:domain-collab.
Aimeerrhythm/enterprise-change-workflow
Skill Claude CodeCodex
Use when executing implementation plans with independent tasks. Risk-aware subagent dispatch with per-task review.
Aimeerrhythm/enterprise-change-workflow
Skill Claude CodeCodex
Implementation verification before marking a task done. Absorbs code-reviewer role in ECW workflow. Also invocable manually via /ecw:impl-verify.
Aimeerrhythm/enterprise-change-workflow
Skill Claude CodeCodex
Knowledge base health audit. Scans knowledge docs, analyzes content composition, detects stale references, tiny/oversized files, three-criteria compliance, outputs health report and optimization suggestions.
Aimeerrhythm/enterprise-change-workflow
Skill Claude CodeCodex
Generate code structure index (Repo Map) from codebase. Use during ecw-init or after major refactors.
Aimeerrhythm/enterprise-change-workflow
Skill Claude CodeCodex
Knowledge doc utilization audit. Manual-only, invoke after a dev task to analyze how knowledge docs were used in the conversation.