From wb
Enforces project documentation structure in docs/plans/ directories - research.md for facts, design.md for decisions, tasks.md for implementation, thoughts/ for explorations.
npx claudepluginhub gvarela/workbenchThis skill uses the workspace's default tool permissions.
**research.md** - Facts only (internal codebase + external research)
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides TDD-style skill creation: pressure scenarios as tests, baseline agent failures, write docs to enforce compliance, verify with RED-GREEN-REFACTOR.
research.md - Facts only (internal codebase + external research)
design.md - Decisions + rationale only
tasks.md - Implementation only
thoughts/ - Explorations & refinements