mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-06 09:13:31 +08:00
docs: clean stale template references
This commit is contained in:
@@ -142,7 +142,7 @@ Link to complementary skills (e.g., `related-skill-1`, `related-skill-2`).
|
||||
| **Workflow** | Step-by-step processes | `tdd-workflow`, `refactoring-workflow` |
|
||||
| **Domain Knowledge** | Specialized domains | `security-review`, `api-design` |
|
||||
| **Tool Integration** | Tool/library usage | `docker-patterns`, `supabase-patterns` |
|
||||
| **Template** | Project-specific skill templates | `project-guidelines-example` |
|
||||
| **Template** | Project-specific skill templates | `docs/examples/project-guidelines-template.md` |
|
||||
|
||||
### Skill Checklist
|
||||
|
||||
@@ -165,7 +165,7 @@ Link to complementary skills (e.g., `related-skill-1`, `related-skill-2`).
|
||||
| `backend-patterns/` | Framework Patterns | API and database patterns |
|
||||
| `security-review/` | Domain Knowledge | Security checklist |
|
||||
| `tdd-workflow/` | Workflow | Test-driven development process |
|
||||
| `project-guidelines-example/` | Template | Project-specific skill template |
|
||||
| `docs/examples/project-guidelines-template.md` | Template | Project-specific skill template |
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -155,3 +155,4 @@ Keep this file detailed for only the current sprint, blockers, and next actions.
|
||||
- 2026-04-05: Salvaged the reusable Hermes-generated operator workflow lane without replaying the whole branch. Added six ECC-native top-level skills instead of the old nested `skills/hermes-generated/*` tree: `automation-audit-ops`, `email-ops`, `finance-billing-ops`, `messages-ops`, `research-ops`, and `terminal-ops`. `research-ops` now wraps the existing research stack, while the other five extend `operator-workflows` without introducing any external runtime assumptions.
|
||||
- 2026-04-05: Added `skills/product-capability` plus `docs/examples/product-capability-template.md` as the canonical PRD-to-SRS lane for issue `#1185`. This is the ECC-native capability-contract step between vague product intent and implementation, and it lives in `business-content` rather than spawning a parallel planning subsystem.
|
||||
- 2026-04-05: Tightened `product-lens` so it no longer overlaps the new capability-contract lane. `product-lens` now explicitly owns product diagnosis / brief validation, while `product-capability` owns implementation-ready capability plans and SRS-style constraints.
|
||||
- 2026-04-05: Continued `#1213` cleanup by removing stale references to the deleted `project-guidelines-example` skill from exported inventory/docs and marking `continuous-learning` v1 as a supported legacy path with an explicit handoff to `continuous-learning-v2`.
|
||||
|
||||
@@ -107,7 +107,6 @@ skills:
|
||||
- postgres-patterns
|
||||
- product-lens
|
||||
- production-scheduling
|
||||
- project-guidelines-example
|
||||
- prompt-optimizer
|
||||
- python-patterns
|
||||
- python-testing
|
||||
|
||||
@@ -16,6 +16,10 @@ Automatically evaluates Claude Code sessions on end to extract reusable patterns
|
||||
- Adjusting extraction thresholds or pattern categories
|
||||
- Comparing v1 (this) vs v2 (instinct-based) approaches
|
||||
|
||||
## Status
|
||||
|
||||
This v1 skill is still supported, but `continuous-learning-v2` is the preferred path for new installs. Keep v1 when you explicitly want the simpler Stop-hook extraction flow or need compatibility with older learned-skill workflows.
|
||||
|
||||
## How It Works
|
||||
|
||||
This skill runs as a **Stop hook** at the end of each session:
|
||||
|
||||
Reference in New Issue
Block a user