بنقرة واحدة
groundwork-help
List all Groundwork skills with descriptions. Usage /groundwork:groundwork-help
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
List all Groundwork skills with descriptions. Usage /groundwork:groundwork-help
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
This skill should be used when the user wants to switch between projects in a monorepo - lists projects from .groundwork.yml and sets the active project
Generate implementation tasks from architecture document. Usage /groundwork:create-tasks
Create detailed product requirements document (PRD) for a feature. Usage /groundwork:design-product
Create design system with foundations, brand identity, and UX patterns. Usage /groundwork:ux-design
Build a feature from description with worktree isolation and TDD. Usage /groundwork:build-unplanned "Add user login"
Verify alignment between code and specs. Usage /groundwork:check-specs-alignment
| name | groundwork-help |
| description | List all Groundwork skills with descriptions. Usage /groundwork:groundwork-help |
| allowed-tools | ["Glob","Read","Grep","Skill"] |
| disable-model-invocation | true |
Lists all available skills and agents provided by the Groundwork plugin. Every Groundwork
capability is a skill, invoked either as /groundwork:<name> or automatically by the model.
Read the plugin manifest and scan directories:
${CLAUDE_PLUGIN_ROOT}/.claude-plugin/plugin.json for overview${CLAUDE_PLUGIN_ROOT}/skills/ for available skills (each <name>/SKILL.md)${CLAUDE_PLUGIN_ROOT}/agents/ for available verification/research agentsFor each skill, extract the name and description from the SKILL.md YAML frontmatter. Note its
invocation tier from the frontmatter:
disable-model-invocation: true → user-only slash workflowuser-invocable: false → hidden library skill (model/other-skill use only)Present the skills grouped by purpose. Hide user-invocable: false library skills from the
user-facing list (they are internal). Example grouping:
/groundwork:<name>)List skills organized by purpose:
Spec-Driven Development:
/groundwork:design-product - Define product requirements/groundwork:design-architecture - Design technical approach/groundwork:create-tasks - Generate implementation tasksTask Execution:
/groundwork:work-on [N] - Work on a specific task by number/groundwork:work-on-next-task - Work on the next task/groundwork:plan-task [N or description] - Plan a task or feature without implementing/groundwork:implement-task [N or plan-path] - Implement a previously planned taskQuick Development:
/groundwork:build-unplanned [description] - Build a feature from description with worktree isolation and TDDSync & Alignment:
/groundwork:source-product-specs-from-code - Sync specs with code changes/groundwork:source-architecture-from-code - Update architecture docs/groundwork:check-specs-alignment - Verify spec alignment (full audit)/groundwork:split-specs - Convert single-file PRD into directory format/groundwork:split-architecture - Convert single-file architecture doc into directory formatPlugin Management:
/groundwork:groundwork-check - Validate plugin health/groundwork:groundwork-help - Show this help/groundwork:skills - List available skillsDebugging:
/groundwork:debug [description] - Systematic root-cause debugging/groundwork:swarm-debug [description] - Parallel adversarial hypothesis investigationDesign & UX:
/groundwork:ux-design - Establish a design systemSome skills (e.g. test-driven-development, understanding-feature-requests,
use-git-worktree, using-groundwork, task-validation-loop) are user-invocable: false:
they are not on the slash menu and are invoked only by other skills or by the model. Use
/groundwork:skills to see the full list of skills.
Provide usage examples:
/groundwork:design-product # Start defining a new product
/groundwork:design-architecture # Design the technical approach
/groundwork:create-tasks # Generate implementation tasks
/groundwork:work-on-next-task # Work on the next task
/groundwork:groundwork-check # Check plugin health
Point users to:
README.md in the plugin root for full documentation