By fgiova
Structured planning and task decomposition for complex, multi-step work: migrations, refactoring, multi-service features, with parallel execution and cross-session resume
Use this agent to create a structured execution plan from a complex request. It analyzes the prompt, decomposes it into atomic tasks, maps dependencies, organizes parallel phases, and produces a complete plan ready for execution. <example> Context: Planning a new feature implementation user: "Plan the implementation of a REST API for user management with auth, CRUD, and tests" assistant: "I'll use the planner agent to decompose this into a structured plan." </example> <example> Context: Planning a codebase refactoring user: "Plan the migration from Express to Fastify for the payments service" assistant: "Let me dispatch the planner agent to analyze and structure this migration." </example>
Use this agent to execute a single task from a structured plan. It receives a task description with context and executes it autonomously, returning the result. <example> Context: Executing a code generation task from a plan user: "Execute task 1.2: Create the user authentication middleware in src/middleware/auth.ts" assistant: "I'll use the task-executor agent to implement this task." </example> <example> Context: Executing a research task from a plan user: "Execute task 2.1: Analyze the current API routes and document their signatures" assistant: "Let me dispatch the task-executor agent for this analysis." </example>
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 marketplace for Claude Code plugins and extensions.
This marketplace distributes high-quality Claude Code plugins that extend Claude Code with:
/prompt-engineer or ask to "build a prompt".Warning: The following plugins are experimental and may produce inaccurate or incomplete results. They are published for early testing and feedback only — use them at your own risk and avoid relying on them for production work. APIs, behavior, and output quality may change without notice.
/plugin marketplace add https://github.com/fgiova/claude-marketplace
Or locally:
/plugin marketplace add /path/to/fgiova-claude-marketplace
/plugin install planning-workflow@fgiova-claude-marketplace
/plugin marketplace update
Each plugin lives under plugins/ and must contain a .claude-plugin/plugin.json manifest.
plugins/my-plugin/
├── .claude-plugin/
│ └── plugin.json
├── commands/
├── agents/
├── skills/
├── hooks/
├── .mcp.json
└── README.md
.
├── .claude-plugin/
│ └── marketplace.json
├── plugins/
│ └── planning-workflow/
│ ├── .claude-plugin/plugin.json
│ ├── commands/
│ ├── agents/
│ ├── skills/
│ └── README.md
└── README.md
MIT
npx claudepluginhub fgiova/claude-marketplace --plugin planning-workflowNode-tap and Testcontainers integration expertise: container-based testing, test lifecycle, service orchestration, and best practices for Node.js
Senior Fastify developer expertise: type-safe APIs, plugin architecture, schema validation, and production patterns
Platformatic Runtime expertise: multi-service orchestration, watt.json configuration, monorepo structure, and testing strategy
Fastify testing expertise with node-tap: unit tests, integration tests, route testing, plugin testing, and best practices
Structured prompt engineering: guides users step-by-step through a 6-phase framework to build high-quality, reusable prompts
Orchestrate complex workflows with DAG-based execution, parallel tasks, and run history tracking
Full-stack orchestration with deployment, performance, security, and test automation
High-intelligence Claude Code copilot with deep code reasoning, evidence-driven planning, orchestration-first execution, model routing, context budgeting, CI/CD integration, enterprise security, plugin development, prompt engineering, performance profiling, agent teams, channels (event-driven autonomy with CI webhook, mobile approval relay, Discord bridge, and fakechat dev profile), interactive tutorials, LSP integration, security-hardened hook script library, MCP Prompts coverage, common workflow packs, runtime selection guide, computer-use patterns, checkpointing, scheduled-task blueprints, repo bootstrap scanner, hook policy engine (8 installable packs), layered memory deployment, role-based subagent packs (implementer, debugger, migration-lead, dependency-auditor, release-coordinator), 5 agent-team topology kits, autonomy operating mode (4 profiles + 3 gates), and a queryable 15-tool MCP documentation server with autonomy advisor.
Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement
Multi-agent /workflow development pipeline (planner → plan-review → coder → code-review) with typed handoff contracts, lifecycle hooks, and MCP servers.
Use this agent for optimizing human-agent collaboration workflows and analyzing workflow efficiency. This agent specializes in identifying bottlenecks, streamlining processes, and ensuring smooth handoffs between human creativity and AI assistance. Examples:\n\n<example>\nContext: Improving development workflow efficiency