Analysis-Gated Workflow — a structured, phase-gated process for software development and refactoring governed by a Software Architect.
npx claudepluginhub cucurb-it/analysis-gated-workflow-skillsA structured, phase-gated workflow for software development and refactoring, governed by a Software Architect and supported by AI. Enforces deep analysis before implementation through six progressive phases.
A structured, phase-gated workflow for software development and refactoring, governed by a Software Architect and supported by AI (Claude Code CLI or Copilot CLI).
| Folder | Skill | Phase |
|---|---|---|
00-governing-workflow/ | Governing Workflow | All phases — orchestrator |
01-deep-feature-analysis/ | Deep Feature Analysis | DEEP FEATURE ANALYSIS PHASE |
02-deep-code-analysis/ | Deep Code Analysis | DEEP CODE ANALYSIS PHASE |
03-compliance-review/ | Compliance & Review | COMPLIANCE & REVIEW PHASE (iterative) |
04-implementation-planning/ | Implementation Planning | IMPLEMENTATION PLANNING PHASE |
05-implementation/ | Implementation | IMPLEMENTATION PHASE & DOCUMENTATION |
Once published to GitHub at cucurb-it/analysis-gated-workflow-skills:
/plugin marketplace add https://github.com/cucurb-it/analysis-gated-workflow-skills.git
/plugin install analysis-gated-workflow@analysis-gated-workflow-skills
# Add the marketplace
gh copilot skill marketplace add https://github.com/cucurb-it/analysis-gated-workflow-skills.git
# Install the skill
gh copilot skill install analysis-gated-workflow
Install the Agent Plugins extension for VS Code, which provides a UI for managing marketplaces and skills:
Ctrl+Shift+P / Cmd+Shift+P)Agent Plugins: Add Marketplacehttps://github.com/cucurb-it/analysis-gated-workflow-skills.gitThe extension makes it easy to browse, install, and manage skills without command-line tools.
Copy the skills/ folder to your project or user skills directory:
# Project-level (shared via version control)
cp -r skills/ .claude/skills/
# User-level (available in all your Claude Code sessions)
cp -r skills/ ~/.claude/skills/
Add to .claude/settings.json in your project repository so the plugin
installs automatically when team members trust the project folder:
{
"extraKnownMarketplaces": {
"analysis-gated-workflow": {
"source": {
"source": "github",
"repo": "cucurb-it/analysis-gated-workflow-skills"
}
}
}
}
Load the Governing Workflow skill at the start of every session:
Read skills/00-governing-workflow/SKILL.md and follow its Session Start Protocol.
The Governing Workflow skill handles everything from there — new session or resume.
DEEP FEATURE ANALYSIS PHASE
Understand what is requested. No code access. No implementation.
↓ [Architect go signal]
DEEP CODE ANALYSIS PHASE
Understand the existing implementation deeply. No implementation.
↓ [Architect go signal]
COMPLIANCE & REVIEW PHASE ←──────────────────┐
Iterate on analysis based on Architect ADR │
annotations until analysis is complete. │
↓ [Architect go signal] [ADR added — loop back]
IMPLEMENTATION PLANNING PHASE
Produce a detailed, phase-structured Implementation Plan. No code.
↓ [Architect go signal]
IMPLEMENTATION PHASE
Execute the Implementation Plan, phase by phase.
↓ [Architect accepts] [Architect rejects → REJECTION & REVERT]
REJECTION & REVERT ──────────────────────────┐
Revert codebase. Document learnings. │
Update Implementation Plan. │
↓ [Architect go signal] ───────────────→ back to IMPLEMENTATION PHASE
DOCUMENTATION & CLEANUP
Document implementation, deviations, and results.
↓ [Workflow closed]
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.
Claude Code plugins for the Slidev presentation framework
Bundled plugins for actuating and debugging the Chrome browser.