Phase 4: Framework docs (ADRs, standards, governance) accessible from plugin - no copy needed
This plugin is not yet in any themed marketplace. To install it, you'll need to add it from GitHub directly.
This plugin uses advanced features that require additional trust:
Only install plugins from repositories you trust. Review the source code before installation.
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 sdlc-test-plugin@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/sdlc-test-plugin.json
Step 2: Install the plugin
/plugin install sdlc-test-plugin@sdlc-test-plugin
Comprehensive SDLC test plugin to validate Claude Code plugin system capabilities before converting the full framework.
This plugin validates ALL critical plugin system features:
claude-plugin-test/
├── .claude-plugin/
│ └── plugin.json # Plugin manifest (v0.2.0)
├── agents/
│ ├── test-agent.md # Basic agent for status reporting
│ └── test-writer-agent.md # Agent testing Write tool & file access
├── commands/
│ └── test-command.md # Test slash command (/test-command)
├── hooks/
│ └── test-write-hook.json # Hook to log Write tool usage
├── LEARNINGS.md # Comprehensive discoveries
└── README.md # This file
# Add local marketplace
claude plugins marketplace add E:\Development\claude-plugin-marketplace
# Or if using Git URL after pushing to GitHub:
# claude plugins marketplace add https://github.com/your-org/claude-plugin-marketplace
# List available plugins
claude plugins list
# Install the test plugin
claude plugins install sdlc-test-plugin
# Verify installation
claude plugins info sdlc-test-plugin
Test Multiple Agents:
"Use the test-agent to check plugin status, then use test-writer-agent to validate file creation"
Test Slash Command:
/test-command --verbose
Test Hook (automatic - triggers on Write tool usage):
# Hook should create plugin-hook-log.txt when any Write tool is used
"Create a test file using Write tool and check if the hook logged it"
Test .claude Folder Access:
"Use test-writer-agent to try writing to .claude/extensions/ folder"
This test determines if plugin-based framework distribution is viable.
Use test-writer-agent to test .claude folder write access
What it tests:
.claude/extensions/
?.claude/
subdirectories?Framework impact:
.claude/.env.sdlc
generationTests if 85 framework scripts can be distributed via plugin.
/test-script-wrapper
What it tests:
/scripts/
directory?Framework impact:
Make one or both repos private and test:
Framework impact:
Document discoveries in LEARNINGS.md as we test.
0.5.0