Skip to content

Commit 869f540

Browse files
committed
docs: add roadmap item for building skills from project patterns
Add feature idea to analyze project implementation patterns and auto-generate reusable skill packages for team-ai-directives contribution. Includes pattern extraction, skill scaffolding, contribution workflow, skill templates, integration with /levelup, and quality validation.
1 parent 763103c commit 869f540

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

roadmap.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1469,6 +1469,13 @@ Integrate Beads (native issue tracker) with `/tasks` command as dual-output syst
14691469
-**Smart Context Windowing**: Logic to slice `spec.md` and `plan.md` based on the active User Story phase during implementation to save tokens.
14701470
-**Semantic Diffs**: `specify diff` command to summarize behavioral changes in specs rather than just line-diffs.
14711471
-**Directive Embeddings**: (Future) Local vector index for `team-ai-directives` to support large governance repositories without context flooding.
1472+
-**Build Skill from Project Patterns**: Analyze project implementation patterns (from spec.md, plan.md, tasks.md, code artifacts) and auto-generate reusable skill packages that can be contributed to team-ai-directives
1473+
- Pattern extraction: Identify recurring implementation patterns, code structures, testing approaches from completed features
1474+
- Skill scaffolding: Auto-generate SKILL.md with trigger keywords, references, and scripts based on detected patterns
1475+
- Contribution workflow: Create PR-ready skill packages with proper structure for team-ai-directives submission
1476+
- Skill templates: Provide templates for common skill types (testing patterns, code generators, validation rules)
1477+
- Integration with `/levelup`: Extract patterns from session traces and suggest skill creation during levelup
1478+
- Quality validation: Ensure generated skills meet team-ai-directives standards before contribution
14721479

14731480
#### **Resilience & Self-Healing** *(0% Complete)* - **MEDIUM PRIORITY** - Automation robustness
14741481

0 commit comments

Comments
 (0)