mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
Clean up references to deleted scripts and pattern system
- Removed references to validate-references.sh from YAML files - Removed expand-references.sh from settings.local.json - Cleaned up @pattern/@flags references from shared files - Updated documentation to reflect current no-code implementation - Simplified reference-index.yml to remove @include patterns This cleanup removes confusion from the abandoned pattern reference system while maintaining all functionality. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
117
.claude/commands/shared/feature-template.md
Normal file
117
.claude/commands/shared/feature-template.md
Normal file
@@ -0,0 +1,117 @@
|
||||
| Symbol | Meaning | | Abbrev | Meaning |
|
||||
|--------|---------|---|--------|---------|
|
||||
| → | leads to | | cfg | configuration |
|
||||
| & | and/with | | impl | implementation |
|
||||
| w/ | with | | perf | performance |
|
||||
| @ | at/located | | ops | operations |
|
||||
| > | greater than | | val | validation |
|
||||
| ∀ | for all/every | | req | requirements |
|
||||
| ∃ | exists/there is | | deps | dependencies |
|
||||
| ∴ | therefore | | env | environment |
|
||||
| ∵ | because | | db | database |
|
||||
| ≡ | equivalent | | api | interface |
|
||||
| ≈ | approximately | | docs | documentation |
|
||||
| 📁 | directory/path | | std | standard |
|
||||
| 🔢 | number/count | | def | default |
|
||||
| 📝 | text/string | | ctx | context |
|
||||
| ⚙ | setting/config | | err | error |
|
||||
| 🎛 | control/flags | | exec | execution |
|
||||
| 🔧 | configuration | | qual | quality |
|
||||
| 📋 | group/category | | rec | recovery |
|
||||
| 🚨 | critical/urgent | | sev | severity |
|
||||
| ⚠ | warning/caution | | resp | response |
|
||||
| 🔄 | retry/recovery | | esc | escalation |
|
||||
| ✅ | success/fixed | | tok | token |
|
||||
| ❌ | failure/error | | opt | optimization |
|
||||
| ℹ | information | | UX | user experience |
|
||||
| ⚡ | fast/quick | | UI | user interface |
|
||||
| 🐌 | slow/delayed | | C | critical |
|
||||
| ✨ | complete/done | | H | high |
|
||||
| 📖 | read operation | | M | medium |
|
||||
| ✏ | edit operation | | L | low |
|
||||
| 🗑 | delete operation | | |
|
||||
|
||||
## Command Execution
|
||||
Execute: immediate. --plan→show plan first
|
||||
Legend: Generated based on symbols used in command
|
||||
Purpose: "[Action][Subject] in $ARGUMENTS"
|
||||
|
||||
Feature development template with metadata tracking.
|
||||
|
||||
## Universal Flags
|
||||
--plan: "Show execution plan before running"
|
||||
--uc: "UltraCompressed mode (~70% token reduction)"
|
||||
--ultracompressed: "Alias for --uc"
|
||||
--think: "Multi-file analysis w/ context (4K tokens)"
|
||||
--think-hard: "Deep architectural analysis (10K tokens)"
|
||||
--ultrathink: "Critical system redesign (32K tokens)"
|
||||
--c7: "Enable Context7→library documentation lookup"
|
||||
--seq: "Enable Sequential→complex analysis & thinking"
|
||||
--magic: "Enable Magic→UI component generation"
|
||||
--pup: "Enable Puppeteer→browser automation & testing"
|
||||
--all-mcp: "Enable all MCP servers"
|
||||
--no-mcp: "Disable all MCP servers (native tools only)"
|
||||
--no-c7: "Disable Context7 specifically"
|
||||
--no-seq: "Disable Sequential thinking specifically"
|
||||
--no-magic: "Disable Magic UI builder specifically"
|
||||
--no-pup: "Disable Puppeteer specifically"
|
||||
|
||||
# Task: {TASK_NAME}
|
||||
|
||||
## Metadata
|
||||
```yaml
|
||||
id: {TASK_ID}
|
||||
title: {TASK_TITLE}
|
||||
status: pending
|
||||
priority: medium
|
||||
created: {TIMESTAMP}
|
||||
updated: {TIMESTAMP}
|
||||
assignee: Claude
|
||||
branch: feature/{TASK_ID}
|
||||
```
|
||||
|
||||
## Requirement
|
||||
{REQUIREMENT_DESCRIPTION}
|
||||
|
||||
## Breakdown
|
||||
### Analysis Phase
|
||||
- [ ] Understand requirements
|
||||
- [ ] Identify affected files
|
||||
- [ ] Plan architecture changes
|
||||
- [ ] Create git branch
|
||||
|
||||
### Implementation Phase
|
||||
- [ ] {STEP_1}
|
||||
- [ ] {STEP_2}
|
||||
- [ ] {STEP_3}
|
||||
|
||||
### Testing Phase
|
||||
- [ ] Write tests
|
||||
- [ ] Run test suite
|
||||
- [ ] Manual testing
|
||||
|
||||
### Completion Phase
|
||||
- [ ] Code review
|
||||
- [ ] Documentation update
|
||||
- [ ] Merge to main
|
||||
|
||||
## Files Affected
|
||||
```yaml
|
||||
new: []
|
||||
modified: []
|
||||
deleted: []
|
||||
```
|
||||
|
||||
## Context Preservation
|
||||
```yaml
|
||||
key_decisions: []
|
||||
blockers: []
|
||||
notes: []
|
||||
session_state: {}
|
||||
```
|
||||
|
||||
## Checkpoints
|
||||
```yaml
|
||||
commits: []
|
||||
branches: []
|
||||
```
|
||||
Reference in New Issue
Block a user