Files
claudetools/.grok/skills/shape-spec/SKILL.md
Mike Swanson 6de0ce6098 sync: auto-sync from GURU-5070 at 2026-06-03 11:52:45
Author: Mike Swanson
Machine: GURU-5070
Timestamp: 2026-06-03 11:52:45
2026-06-03 11:52:52 -07:00

11 lines
1.0 KiB
Markdown

---
name: shape-spec
description: >
Pre-implementation planning command for a GuruRMM (or similar) feature. Produces a structured spec folder (plan.md, shape.md, references.md, standards.md) that persists across sessions. Use for "/shape-spec", complex feature planning, or before coding a non-trivial RMM/GuruConnect change.
---
**Grok skill.** See `.claude/commands/shape-spec.md` for the full process (it often invokes analysis of the codebase + roadmap + existing specs).
When used, read the command, explore the relevant project (using grepai or tools), then produce the spec artifacts in the conventional specs/<slug>/ location. This eliminates re-explaining context on resume.
**GrepAI-first (MANDATORY):** For all exploration of code, prior specs, roadmap, or context: start with `search_tool` to find `grepai__grepai_search` (and traces), then `use_tool` calls with natural language queries before any direct `read_file`, `grep`, or broad listing. This follows the harness rule in CLAUDE.md + grepai-first standard (loaded by Grok).