Development marketplace for Office plugin
npx claudepluginhub shahar061/officeA virtual startup team of 14 AI agents that transform rough ideas into executable plans
A Claude Code plugin that simulates a 14-agent startup team to transform rough ideas into executable implementation plans.
See the complete workflow diagram for a visual overview of the entire process.
This plugin depends on the superpowers plugin for git worktrees, code review, and branch management features used during /build.
Install it first:
claude plugins add superpowers
# Add the development marketplace
/plugin marketplace add /path/to/office
# Install the plugin
/plugin install office@office-dev
Then restart Claude Code.
Start with a rough idea:
/imagine
Your virtual team will guide you through:
Produces:
docs/office/01-vision-brief.mddocs/office/02-prd.mddocs/office/03-market-analysis.mddocs/office/04-system-design.mdAfter design is complete:
/warroom
The War Room automatically creates:
docs/office/plan.md - Human-readable implementation plandocs/office/tasks.yaml - Machine-readable task manifestAfter planning is complete:
/build
Configure at startup:
The build phase:
docs/office/build-state.yamlProduces:
| Agent | Role |
|---|---|
| CEO | Visionary leader, hosts Discovery |
| Product Manager | User-focused, leads Definition |
| Market Researcher | Data-driven analyst, leads Validation |
| Chief Architect | Systems thinker, leads Architecture |
| Agent Organizer | Workflow coordinator |
| Project Manager | Timeline and milestones |
| Team Lead | Task breakdown |
| DevOps | Infrastructure planning |
| Backend Engineer | API and data |
| Frontend Engineer | UI and state |
| Mobile Developer | Cross-platform mobile apps |
| UI/UX Expert | User experience |
| Data Engineer | Data architecture |
| Automation Developer | Testing and CI/CD |
During /build, Backend Engineer, Frontend Engineer, Mobile Developer, UI/UX Expert, Data Engineer, Automation Developer, and DevOps execute tasks in their domains.
MIT