By cucurb-it
A 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.
Governs the Analysis-Gated Workflow for software development and refactoring. Use when starting or resuming a structured analysis session with a Software Architect. Orchestrates all other workflow skills across phases.
Phase 01 of the Analysis-Gated Workflow. Use when capturing and structuring a deep understanding of a requested feature or refactoring, based on Architect and user input. No codebase access. No implementation.
the Deep Code Analysis Phase of the Analysis-Gated Workflow. Use when performing a deep analysis of an existing codebase — architecture, patterns, performance, coding style, and project conventions. No implementation.
the Compliance & Review Phase of the Analysis-Gated Workflow. Use when iterating analysis based on Software Architect ADR annotations. Ensures full compliance before advancing to implementation planning.
the Implementation Planning Phase of the Analysis-Gated Workflow. Use when producing a detailed, phase-structured Implementation Plan based on completed analysis. No code is written. Requires explicit Architect go signal to advance to implementation.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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]
npx claudepluginhub cucurb-it/analysis-gated-workflow-skills --plugin analysis-gated-workflowVerification-first engineering toolkit for Claude Code. 15 skills across a 5-phase spine (Investigate → Design → Implement → Verify → Ship), 8 specialist agents, an interactive setup wizard. Every skill has rationalizations + evidence requirements. Built for senior ICs and tech leads.
Software engineering workflows with skills for planning, implementation, quality review, and structured thinking, plus a suite of specialist agents
19 software engineering skills from Code Complete, APOSD, GoF, and Clean Architecture. Skills are internal (slash-invocable; injected via Read() — not auto-triggered). Research → plan → build workflow with Gate-field adaptive gates (Full | Standard | Minimal) and per-phase orchestrated commits.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review