一键导入
groundwork-check
Validate the Groundwork plugin for common issues. Usage /groundwork:groundwork-check
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Validate the Groundwork plugin for common issues. Usage /groundwork:groundwork-check
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
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-check |
| description | Validate the Groundwork plugin for common issues. Usage /groundwork:groundwork-check |
| allowed-tools | ["Bash","Read","Skill"] |
| disable-model-invocation | true |
Validates the Groundwork plugin installation and reports any issues.
Run the plugin validation script:
node "${CLAUDE_PLUGIN_ROOT}/lib/validate-plugin.js"
Present the validation results to the user:
For any issues found, suggest specific fixes:
| Issue Type | Suggested Fix |
|---|---|
| Missing frontmatter | Add --- delimited YAML at file start |
Literal \n in description | Use YAML block scalar (|) |
| Non-standard field | Remove field or document exception |
| allowed_tools | Change to allowed-tools (hyphen) |
| @ syntax | Use explicit file paths |
| Missing execute permission | Run chmod 755 on script |
If issues are found, offer to automatically fix simple issues:
Ask user before making any changes.