2025-10-21 13:31:28 +09:00
|
|
|
{
|
|
|
|
|
"name": "pm-agent",
|
2025-10-21 14:19:34 +09:00
|
|
|
"version": "2.0.0",
|
|
|
|
|
"description": "PM Agent - Auto-activating orchestrator with hot reload support",
|
2025-10-21 13:31:28 +09:00
|
|
|
"author": "SuperClaude Team",
|
2025-10-21 14:19:34 +09:00
|
|
|
"main": "pm/index.ts",
|
2025-10-21 13:31:28 +09:00
|
|
|
"commands": [
|
|
|
|
|
{
|
|
|
|
|
"name": "pm",
|
2025-10-21 14:19:34 +09:00
|
|
|
"path": "pm/index.ts",
|
|
|
|
|
"description": "Activate PM Agent with confidence-driven workflow (auto-starts via hooks)"
|
feat: migrate research and index-repo to plugin, delete all slash commands
## Plugin Migration
Added to pm-agent plugin:
- /research: Deep web research with adaptive planning
- /index-repo: Repository index (94% token reduction)
- Total: 3 commands (pm, research, index-repo)
## Slash Commands Deleted
Removed all 27 slash commands from ~/.claude/commands/sc/:
- analyze, brainstorm, build, business-panel, cleanup
- design, document, estimate, explain, git, help
- implement, improve, index, load, pm, reflect
- research, save, select-tool, spawn, spec-panel
- task, test, troubleshoot, workflow
## Architecture Change
Strategy: Minimal start with PM Agent orchestration
- PM Agent = orchestrator (統括コマンダー)
- Task tool (general-purpose, Explore) = execution
- Plugin commands = specialized tasks when needed
- Avoid reinventing the wheel (use official tools first)
## Files Changed
- .claude-plugin/plugin.json: Added research + index-repo
- .claude-plugin/commands/research.md: Copied from slash command
- .claude-plugin/commands/index-repo.md: Copied from slash command
- ~/.claude/commands/sc/: DELETED (all 27 commands)
## Benefits
✅ Minimal footprint (3 commands vs 27)
✅ Plugin-based distribution
✅ Version control
✅ Easy to extend when needed
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-21 14:07:01 +09:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "research",
|
2025-10-21 14:19:34 +09:00
|
|
|
"path": "research/index.ts",
|
feat: migrate research and index-repo to plugin, delete all slash commands
## Plugin Migration
Added to pm-agent plugin:
- /research: Deep web research with adaptive planning
- /index-repo: Repository index (94% token reduction)
- Total: 3 commands (pm, research, index-repo)
## Slash Commands Deleted
Removed all 27 slash commands from ~/.claude/commands/sc/:
- analyze, brainstorm, build, business-panel, cleanup
- design, document, estimate, explain, git, help
- implement, improve, index, load, pm, reflect
- research, save, select-tool, spawn, spec-panel
- task, test, troubleshoot, workflow
## Architecture Change
Strategy: Minimal start with PM Agent orchestration
- PM Agent = orchestrator (統括コマンダー)
- Task tool (general-purpose, Explore) = execution
- Plugin commands = specialized tasks when needed
- Avoid reinventing the wheel (use official tools first)
## Files Changed
- .claude-plugin/plugin.json: Added research + index-repo
- .claude-plugin/commands/research.md: Copied from slash command
- .claude-plugin/commands/index-repo.md: Copied from slash command
- ~/.claude/commands/sc/: DELETED (all 27 commands)
## Benefits
✅ Minimal footprint (3 commands vs 27)
✅ Plugin-based distribution
✅ Version control
✅ Easy to extend when needed
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-21 14:07:01 +09:00
|
|
|
"description": "Deep web research with adaptive planning and intelligent search"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "index-repo",
|
2025-10-21 14:19:34 +09:00
|
|
|
"path": "index/index.ts",
|
feat: migrate research and index-repo to plugin, delete all slash commands
## Plugin Migration
Added to pm-agent plugin:
- /research: Deep web research with adaptive planning
- /index-repo: Repository index (94% token reduction)
- Total: 3 commands (pm, research, index-repo)
## Slash Commands Deleted
Removed all 27 slash commands from ~/.claude/commands/sc/:
- analyze, brainstorm, build, business-panel, cleanup
- design, document, estimate, explain, git, help
- implement, improve, index, load, pm, reflect
- research, save, select-tool, spawn, spec-panel
- task, test, troubleshoot, workflow
## Architecture Change
Strategy: Minimal start with PM Agent orchestration
- PM Agent = orchestrator (統括コマンダー)
- Task tool (general-purpose, Explore) = execution
- Plugin commands = specialized tasks when needed
- Avoid reinventing the wheel (use official tools first)
## Files Changed
- .claude-plugin/plugin.json: Added research + index-repo
- .claude-plugin/commands/research.md: Copied from slash command
- .claude-plugin/commands/index-repo.md: Copied from slash command
- ~/.claude/commands/sc/: DELETED (all 27 commands)
## Benefits
✅ Minimal footprint (3 commands vs 27)
✅ Plugin-based distribution
✅ Version control
✅ Easy to extend when needed
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-21 14:07:01 +09:00
|
|
|
"description": "Create repository structure index for fast context loading (94% token reduction)"
|
2025-10-21 13:31:28 +09:00
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"skills": [
|
|
|
|
|
{
|
|
|
|
|
"name": "confidence_check",
|
2025-10-21 14:19:34 +09:00
|
|
|
"path": "pm/confidence.ts",
|
|
|
|
|
"description": "Pre-implementation confidence assessment (≥90% required, Precision/Recall 1.0)"
|
2025-10-21 13:31:28 +09:00
|
|
|
}
|
2025-10-21 14:19:34 +09:00
|
|
|
],
|
|
|
|
|
"hooks": {
|
|
|
|
|
"path": "hooks/hooks.json",
|
|
|
|
|
"description": "SessionStart auto-activation: /pm runs automatically on session start"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=18.0.0"
|
|
|
|
|
}
|
2025-10-21 13:31:28 +09:00
|
|
|
}
|