feat(feature-request): comprehensive specification generation
Enhanced /feature-request skill to produce full specifications instead of simple classification messages. NEW CAPABILITIES: - Phase 1: Load all project context (roadmap, UI gaps, coding guidelines) - Phase 2: Ollama-powered classification with similarity analysis - Phase 3: Codebase search + external research (WebSearch for standards) - Phase 4: Consult coding guidelines for patterns - Phase 5: Ollama-generated comprehensive spec (architecture, security, testing) - Phase 6: Roadmap placement with dependency analysis - Phase 7: Write formal SPEC-XXX-feature-name.md document - Phase 8: Update roadmap with links - Phase 9: Commit to git with proper messages - Phase 10: Send coord message (if Howard submitted) - Phase 11: Comprehensive summary to user SPEC DOCUMENT INCLUDES: - Overview with use cases and success criteria - Scope (v1 included + explicitly out of scope) - Architecture (components, data flow, schema, API endpoints) - Implementation details (agent/server/dashboard file paths, code patterns) - Security considerations (auth, validation, audit, threat model) - Testing strategy (unit, integration, manual scenarios) - Rollout plan (feature flags, backward compat, migration) - Effort estimate (Small/Medium/Large/X-Large with breakdown) - Dependencies (requires/enables) - Open questions SUBMODULE UPDATE: - Created docs/specs/ directory structure - Added README with naming conventions and status lifecycle The skill now takes 2-5 minutes but produces sprint-ready specifications with complete architecture analysis and implementation guidance. Requested by Mike.
This commit is contained in:
Submodule projects/msp-tools/guru-rmm updated: afefaaa841...a775f90e96
Reference in New Issue
Block a user