coworkpowers
v1.0.0Knowledge work superpowers that compound over time. Research, execute, review, and capture learnings to make each task easier than the last.
by Nabeel HyattMIT113updated 5 months ago
Source
git clone https://github.com/nabeelhyatt/coworkpowersClone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.
Layout
├── .claude-plugin/plugin.json├── skills/workflow-compound/SKILL.md├── skills/workflow-research/SKILL.md├── skills/workflow-review/SKILL.md└── skills/workflow-work/SKILL.md
Skills4
Extract and store learnings from completed knowledge work to make the next task easier. Use after completing any significant piece of work to capture patterns, create templates, and update preferences. Triggers on requests like 'that went well, let's capture what worked', 'what did we learn', 'that didn't go well', or after completing high-stakes work.
Research and plan a knowledge work task thoroughly before execution. Use when starting any significant piece of work - drafting important communications, making strategic decisions, preparing for meetings, or tackling analysis projects. Triggers on requests like 'help me prepare for', 'I need to draft', 'plan out', or any high-stakes knowledge work.
Run parallel multi-agent review on completed knowledge work. Use after the work phase to evaluate output quality from multiple specialized perspectives before finalizing. Triggers on requests like 'review this', 'check this before I send it', 'stress-test this recommendation', or when quality assurance is needed on a deliverable.
Execute a knowledge work plan efficiently while maintaining quality. Use after the research phase to systematically work through a plan using the right agents for each step. Triggers on requests like 'execute the plan', 'draft that email we planned', 'go ahead and write', or when moving from planning to execution.
Manifests1
{
"name": "coworkpowers",
"version": "1.0.0",
"description": "Knowledge work superpowers that compound over time. Research, execute, review, and capture learnings to make each task easier than the last.",
"author": {
"name": "Nabeel Hyatt",
"url": "https://github.com/nabeelhyatt"
},
"homepage": "https://github.com/nabeelhyatt/coworkpowers",
"license": "MIT",
"keywords": [
"knowledge-work",
"productivity",
"compound-learning",
"decision-making",
"research",
"planning"
]
}