A rigorous software engineering methodology featuring 7 specialized subagents, phase-gated workflows, and security safeguards. Enforces requirements-driven development with user stories, Architecture Decision Records (ADRs), and task-first rule.
This plugin is not yet in any themed marketplace. To install it, you'll need to add it from GitHub directly.
Choose your preferred installation method below
A marketplace is a collection of plugins. Every plugin gets an auto-generated marketplace JSON for individual installation, plus inclusion in category and themed collections. Add a marketplace once (step 1), then install any plugin from it (step 2).
One-time setup for access to all plugins
When to use: If you plan to install multiple plugins now or later
Step 1: Add the marketplace (one-time)
/plugin marketplace add https://claudepluginhub.com/marketplaces/all.json
Run this once to access all plugins
Step 2: Install this plugin
/plugin install disciplined-methodology@all
Use this plugin's auto-generated marketplace JSON for individual installation
When to use: If you only want to try this specific plugin
Step 1: Add this plugin's marketplace
/plugin marketplace add https://claudepluginhub.com/marketplaces/plugins/disciplined-methodology.json
Step 2: Install the plugin
/plugin install disciplined-methodology@disciplined-methodology
A disciplined software engineering plugin for Claude Code featuring specialized subagents, methodology enforcement, and security safeguards.
# Add the marketplace
/plugin marketplace add aaronsb/claude-plugins-marketplace
# Install the plugin
/plugin install disciplined-methodology
/plugin install aaronsb/claude-code-config
This configuration implements a disciplined software engineering methodology that mirrors real development teams through specialized subagents and strict process enforcement.
No code change is permissible unless it originates from an active sub-task
All implementation work must trace back through: requirements.md
ā design.md
ā tasks.md
ā active sub-task
Your AI development team includes:
Supports both local files and GitHub integration:
project-root/
āāā requirements.md # User stories index
āāā design.md # Architecture decisions
āāā tasks.md # Implementation plan
āāā docs/adr/ # Architecture Decision Records
āāā .claude/ # Configuration and hooks
āāā src/ # Code follows tasks.md
requirement
label = User storiestask
label = Sub-tasks# Replace YOUR_USERNAME with your GitHub username
git clone https://github.com/YOUR_USERNAME/claude-code-config.git ~/.claude
cd ~/.claude && ./install.sh
# Set your repository URL
export CLAUDE_CONFIG_REPO="https://github.com/YOUR_USERNAME/claude-code-config.git"
curl -sSL https://raw.githubusercontent.com/YOUR_USERNAME/claude-code-config/main/install.sh | bash
# The installer will prompt for repository URL if not detected
curl -sSL https://raw.githubusercontent.com/YOUR_USERNAME/claude-code-config/main/install.sh | bash
/agents
commandFile | Purpose |
---|---|
CLAUDE.md | Core methodology and agent coordination rules |
agents/ | 7 specialized subagent definitions |
commands/ | Custom slash commands |
hooks/ | Git hooks and automation scripts |
.gitignore | Excludes sensitive data and history |
This is a Claude Code plugin distributed via the aaronsb/claude-plugins-marketplace.
Repository Structure:
claude-code-config
) = The plugin source codeTo update the marketplace after changes:
cd ~/path/to/claude-plugins-marketplace/disciplined-methodology
git pull origin main
cd ..
git add disciplined-methodology
git commit -m "chore: Update plugin to latest version"
git push
Plugin Structure:
.claude-plugin/
plugin.json # Plugin metadata
agents/ # 7 specialized subagents
hooks/ # SessionStart hook for version checking
hooks.json # Hook configuration
check-config-updates.sh
methodology/ # Documentation
settings.json # Plugin defaults (agent model overrides)
This plugin evolves through user feedback and practical application. Suggestions and improvements welcome!
MIT License - Use this methodology to build better software with disciplined AI assistance.
š¤ Built with disciplined software engineering methodology
1.0.0