Project management plugin for orchestrating requests, delegating work to agents, and managing project workspace structure.
This skill should be used when the user asks to "create a request", "add a request", "queue a request", "submit a request", "new request", or "make a request for the orchestrator". Creates a structured request file in requests/todo/ that the Project Orchestrator can pick up and execute.
This skill should be used when the user asks to "initialize project", "set up project", "init project", "create project structure", "prepare project folders", or "set up workspace". Creates the standard project directory structure with folders for requirements, tasks, and requests.
This skill should be used when the user asks to "list request monitoring", "show monitoring jobs", "what monitoring is running", "show active schedules", "list cron jobs", or "what's scheduled". Lists all active request monitoring cron jobs in the current session.
This skill should be used when the user asks to "start request monitoring", "monitor requests", "watch requests", "start watching for requests", "auto-process requests", "check requests every hour", or "start the orchestrator on a schedule". Schedules the Project Orchestrator to automatically check requests/todo/ every hour and process any pending request files.
This skill should be used when the user asks to "stop request monitoring", "stop watching requests", "cancel request monitoring", "stop the orchestrator schedule", or "stop-request-monitoring {job-id}". Cancels the hourly request monitoring cron job that was started by start-request-monitoring.
Uses power tools
Uses Bash, Write, or Edit tools
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 curated collection of Claude Code plugins for enhanced development workflows, featuring automated requirements-to-implementation pipelines.
View Changelog | Version 1.0.3
Improved Discoverability - Added "deep code review" and "deep review" as trigger phrases for the comprehensive-review skill.
Trigger Expansion - Added "generate commit" trigger phrase to the conventional-commit skill (v1.0.2).
Workflow Fix - develop-project post-implementation review loop now tracks fix issues via TASKS.md instead of TodoWrite (v1.0.1).
This marketplace provides production-ready Claude Code plugins that extend Claude's capabilities with specialized agents, skills, and workflows designed for software development teams.
Automated requirements-to-implementation workflow using an 8-phase clean architecture approach with intelligent commit generation, dedicated software architecture planning, and comprehensive code review system.
Features:
Use Cases:
git clone https://github.com/hirogakatageri/hirokata-cc-marketplace.git
cd hirokata
Then use with Claude Code:
cc --plugin-dir ./plugins/software-project
Copy a plugin to your project:
cp -r hirokata/plugins/software-project /path/to/your-project/.claude-plugin/software
Claude Code will automatically load all plugins in .claude-plugin/.
# Start from requirements
/software:develop-project requirements.md
# The plugin will:
# 1. Create a comprehensive master plan (software-architect agent)
# 2. Wait for your review and approval
# 3. Split plan into 8 phases and build TASKS.md
# 4. Execute all 8 phases sequentially (up to 3 agents per phase)
# 5. Run comprehensive review and fix issues (up to 2 iterations)
# 6. Generate final summary report
Plugins follow Claude Code plugin best practices:
plugin-name/
├── .claude-plugin/
│ └── plugin.json # Plugin manifest
├── agents/ # Intelligent agents
│ └── agent-name/
│ └── AGENT.md
├── skills/ # Invokable skills
│ └── skill-name/
│ └── SKILL.md
├── commands/ # Command definitions
│ └── command-name.md
└── README.md # Plugin documentation
We welcome contributions to existing plugins or new plugin additions.
plugins/your-plugin-name/.claude-plugin/npx claudepluginhub hirogakatageri/hirokata --plugin project-managementA requirements to implementation workflow for software development projects with a breakdown of implementation into phases.
Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement
Plan and autonomously build a software task end-to-end. Recons the codebase, applies preloaded memory, decomposes into the right number of phases, gets one confirmation, then prepares a single ready-to-paste /goal command — one paste between you and done — that drives execution to completion with built-in retry, fix-spec recovery, and per-phase memory writeback. Works on Claude Code and Codex.
AI-powered cascading development framework with design document system and multi-agent collaboration. Breaks down projects into Features (Mega Plan), Features into Stories (Hybrid Ralph), with auto-generated technical design docs, dependency-driven batch execution, Git Worktree isolation, and support for multiple AI agents (Codex, Amp, Aider, etc.).
Project discovery, planning, and quality analysis system with parallel agents
Iterative plan review and execution workflow for Claude Code
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.