@dzhechkov/p-replicator 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +314 -0
- package/bin/cli.js +4 -0
- package/package.json +62 -0
- package/src/cli.js +160 -0
- package/src/commands/doctor.js +151 -0
- package/src/commands/init.js +155 -0
- package/src/commands/list.js +133 -0
- package/src/commands/remove.js +111 -0
- package/src/commands/update.js +102 -0
- package/src/utils.js +280 -0
- package/templates/.claude/agents/doc-validator.md +92 -0
- package/templates/.claude/agents/harvest-coordinator.md +91 -0
- package/templates/.claude/agents/product-discoverer.md +57 -0
- package/templates/.claude/agents/replicate-coordinator.md +98 -0
- package/templates/.claude/commands/harvest.md +106 -0
- package/templates/.claude/commands/replicate.md +389 -0
- package/templates/.claude/rules/replicate-pipeline.md +92 -0
- package/templates/.claude/skills/brutal-honesty-review/README.md +218 -0
- package/templates/.claude/skills/brutal-honesty-review/SKILL.md +225 -0
- package/templates/.claude/skills/brutal-honesty-review/resources/assessment-rubrics.md +295 -0
- package/templates/.claude/skills/brutal-honesty-review/resources/review-template.md +102 -0
- package/templates/.claude/skills/brutal-honesty-review/scripts/assess-code.sh +179 -0
- package/templates/.claude/skills/brutal-honesty-review/scripts/assess-tests.sh +223 -0
- package/templates/.claude/skills/cc-toolkit-generator-enhanced/SKILL.md +374 -0
- package/templates/.claude/skills/cc-toolkit-generator-enhanced/references/claude-md-strategy.md +178 -0
- package/templates/.claude/skills/cc-toolkit-generator-enhanced/references/enhanced-recommendations.md +416 -0
- package/templates/.claude/skills/cc-toolkit-generator-enhanced/references/extended-mapping.md +370 -0
- package/templates/.claude/skills/cc-toolkit-generator-enhanced/references/templates/automation-commands.md +733 -0
- package/templates/.claude/skills/cc-toolkit-generator-enhanced/references/templates/ddd-agents.md +416 -0
- package/templates/.claude/skills/cc-toolkit-generator-enhanced/references/templates/ddd-hooks-commands.md +524 -0
- package/templates/.claude/skills/cc-toolkit-generator-enhanced/references/templates/ddd-skills.md +350 -0
- package/templates/.claude/skills/cc-toolkit-generator-enhanced/references/templates/enhanced-claude-md.md +235 -0
- package/templates/.claude/skills/cc-toolkit-generator-enhanced/references/templates/feature-lifecycle-ent.md +400 -0
- package/templates/.claude/skills/cc-toolkit-generator-enhanced/references/templates/feature-lifecycle.md +325 -0
- package/templates/.claude/skills/cc-toolkit-generator-enhanced/references/templates/feature-suggestions.md +423 -0
- package/templates/.claude/skills/cc-toolkit-generator-enhanced/references/templates/insights-system.md +349 -0
- package/templates/.claude/skills/cc-toolkit-generator-enhanced/references/templates/mcp.md +274 -0
- package/templates/.claude/skills/cc-toolkit-generator-enhanced/references/templates/start-command.md +283 -0
- package/templates/.claude/skills/explore/SKILL.md +215 -0
- package/templates/.claude/skills/explore/references/questioning-techniques.md +151 -0
- package/templates/.claude/skills/explore/references/task-brief-templates.md +355 -0
- package/templates/.claude/skills/goap-research-ed25519/SKILL.md +415 -0
- package/templates/.claude/skills/goap-research-ed25519/references/ed25519-verification.md +658 -0
- package/templates/.claude/skills/goap-research-ed25519/references/research-actions.md +544 -0
- package/templates/.claude/skills/goap-research-ed25519/references/source-evaluation.md +560 -0
- package/templates/.claude/skills/goap-research-ed25519/scripts/ed25519_verifier.py +662 -0
- package/templates/.claude/skills/goap-research-ed25519/scripts/goap_planner.py +720 -0
- package/templates/.claude/skills/knowledge-extractor/SKILL.md +412 -0
- package/templates/.claude/skills/knowledge-extractor/examples/rate-limiting-extraction.md +259 -0
- package/templates/.claude/skills/knowledge-extractor/modules/01-agent-review.md +192 -0
- package/templates/.claude/skills/knowledge-extractor/modules/02-classify.md +122 -0
- package/templates/.claude/skills/knowledge-extractor/modules/03-decontextualize.md +156 -0
- package/templates/.claude/skills/knowledge-extractor/modules/04-integrate.md +178 -0
- package/templates/.claude/skills/knowledge-extractor/references/artifact-categories.md +342 -0
- package/templates/.claude/skills/knowledge-extractor/references/decontextualization-guide.md +247 -0
- package/templates/.claude/skills/knowledge-extractor/references/maturity-model.md +153 -0
- package/templates/.claude/skills/knowledge-extractor/templates/artifact-card.md +60 -0
- package/templates/.claude/skills/knowledge-extractor/templates/harvest-report.md +70 -0
- package/templates/.claude/skills/knowledge-extractor/templates/toolkit-harvest.md +38 -0
- package/templates/.claude/skills/pipeline-forge/SKILL.md +523 -0
- package/templates/.claude/skills/pipeline-forge/examples/replicate-analysis.md +291 -0
- package/templates/.claude/skills/pipeline-forge/references/patterns-catalog.md +408 -0
- package/templates/.claude/skills/pipeline-forge/references/quality-gates.md +268 -0
- package/templates/.claude/skills/pipeline-forge/references/skill-anatomy.md +292 -0
- package/templates/.claude/skills/pipeline-forge/templates/agent-template.md +60 -0
- package/templates/.claude/skills/pipeline-forge/templates/command-template.md +80 -0
- package/templates/.claude/skills/pipeline-forge/templates/pipeline-template.md +137 -0
- package/templates/.claude/skills/pipeline-forge/templates/skill-template.md +132 -0
- package/templates/.claude/skills/problem-solver-enhanced/SKILL.md +562 -0
- package/templates/.claude/skills/requirements-validator/SKILL.md +121 -0
- package/templates/.claude/skills/requirements-validator/assets/templates/bdd-feature-template.feature +69 -0
- package/templates/.claude/skills/requirements-validator/references/bdd-patterns.md +184 -0
- package/templates/.claude/skills/requirements-validator/references/invest-criteria.md +121 -0
- package/templates/.claude/skills/requirements-validator/references/scoring-system.md +134 -0
- package/templates/.claude/skills/requirements-validator/references/smart-criteria.md +130 -0
- package/templates/.claude/skills/reverse-engineering-unicorn/SKILL.md +194 -0
- package/templates/.claude/skills/reverse-engineering-unicorn/examples/noom-cjm-example.md +100 -0
- package/templates/.claude/skills/reverse-engineering-unicorn/examples/noom-module1-example.md +88 -0
- package/templates/.claude/skills/reverse-engineering-unicorn/modules/01-intelligence.md +328 -0
- package/templates/.claude/skills/reverse-engineering-unicorn/modules/02-product-customers.md +221 -0
- package/templates/.claude/skills/reverse-engineering-unicorn/modules/025-cjm-prototype.md +206 -0
- package/templates/.claude/skills/reverse-engineering-unicorn/modules/03-market-competition.md +402 -0
- package/templates/.claude/skills/reverse-engineering-unicorn/modules/04-business-finance.md +287 -0
- package/templates/.claude/skills/reverse-engineering-unicorn/modules/05-growth-engine.md +290 -0
- package/templates/.claude/skills/reverse-engineering-unicorn/modules/06-playbook-synthesis.md +286 -0
- package/templates/.claude/skills/reverse-engineering-unicorn/references/blue-ocean-canvas.md +39 -0
- package/templates/.claude/skills/reverse-engineering-unicorn/references/industry-benchmarks.md +67 -0
- package/templates/.claude/skills/reverse-engineering-unicorn/references/jtbd-canvas.md +48 -0
- package/templates/.claude/skills/sparc-prd-mini/SKILL.md +955 -0
- package/templates/.claude/skills/sparc-prd-mini/references/sparc-methodology.md +360 -0
- package/templates/.claude/skills/sparc-prd-mini/templates/CLAUDE.md +91 -0
- package/templates/.claude/skills/sparc-prd-mini/templates/prd.md +336 -0
|
@@ -0,0 +1,153 @@
|
|
|
1
|
+
# Artifact Maturity Model
|
|
2
|
+
|
|
3
|
+
Lifecycle and versioning system for toolkit artifacts.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## Maturity Levels
|
|
8
|
+
|
|
9
|
+
| Level | Symbol | Name | Meaning | Trust Level |
|
|
10
|
+
|-------|--------|------|---------|-------------|
|
|
11
|
+
| 0 | π΄ | **Alpha** | First extraction, untested outside source project | Low β use with caution |
|
|
12
|
+
| 1 | π‘ | **Beta** | Used in 2+ projects, edge cases found and handled | Medium β works but watch for issues |
|
|
13
|
+
| 2 | π’ | **Stable** | Used in 3+ projects, well-documented, community-tested | High β can be trusted by AI agents |
|
|
14
|
+
| 3 | β | **Proven** | Core toolkit artifact, battle-tested, exemplary docs | Very high β reference implementation |
|
|
15
|
+
|
|
16
|
+
## Promotion Criteria
|
|
17
|
+
|
|
18
|
+
### π΄ Alpha β π‘ Beta
|
|
19
|
+
|
|
20
|
+
**ALL of these must be true:**
|
|
21
|
+
- [ ] Used successfully in at least 2 different projects
|
|
22
|
+
- [ ] At least 1 edge case discovered and handled
|
|
23
|
+
- [ ] "When to use" and "When NOT to use" sections refined
|
|
24
|
+
- [ ] At least 1 variant documented
|
|
25
|
+
- [ ] No project-specific references remain
|
|
26
|
+
|
|
27
|
+
### π‘ Beta β π’ Stable
|
|
28
|
+
|
|
29
|
+
**ALL of these must be true:**
|
|
30
|
+
- [ ] Used successfully in at least 3 different projects
|
|
31
|
+
- [ ] All known edge cases documented
|
|
32
|
+
- [ ] Multiple variants documented (β₯2)
|
|
33
|
+
- [ ] Performance characteristics known
|
|
34
|
+
- [ ] No open issues / known bugs
|
|
35
|
+
- [ ] Another developer (or AI agent) has used it without guidance
|
|
36
|
+
|
|
37
|
+
### π’ Stable β β Proven
|
|
38
|
+
|
|
39
|
+
**ALL of these must be true:**
|
|
40
|
+
- [ ] Used in 5+ projects
|
|
41
|
+
- [ ] Has been the subject of improvement iterations (v3+)
|
|
42
|
+
- [ ] Exemplary documentation (could serve as tutorial)
|
|
43
|
+
- [ ] Community or team consensus on quality
|
|
44
|
+
- [ ] Has related artifacts (complementary patterns/rules)
|
|
45
|
+
|
|
46
|
+
## Demotion Criteria
|
|
47
|
+
|
|
48
|
+
Artifacts can be demoted:
|
|
49
|
+
|
|
50
|
+
| From | To | When |
|
|
51
|
+
|------|----|------|
|
|
52
|
+
| Any | π΄ Alpha | Breaking change in underlying tech makes it unreliable |
|
|
53
|
+
| Any | β Deprecated | No longer applicable (library/framework retired) |
|
|
54
|
+
| β Proven | π’ Stable | Better alternative discovered |
|
|
55
|
+
|
|
56
|
+
## Versioning
|
|
57
|
+
|
|
58
|
+
### Version Format
|
|
59
|
+
|
|
60
|
+
```
|
|
61
|
+
v[MAJOR].[MINOR]
|
|
62
|
+
```
|
|
63
|
+
|
|
64
|
+
- **MAJOR** increment: Breaking change, fundamentally different approach
|
|
65
|
+
- **MINOR** increment: New variant, edge case fix, documentation improvement
|
|
66
|
+
|
|
67
|
+
### Changelog Block
|
|
68
|
+
|
|
69
|
+
Every artifact must have:
|
|
70
|
+
|
|
71
|
+
```markdown
|
|
72
|
+
## Maturity: π‘ Beta
|
|
73
|
+
## Used in: project-a, project-b, project-c
|
|
74
|
+
## Extracted: 2026-01-15
|
|
75
|
+
## Last updated: 2026-03-01
|
|
76
|
+
## Version: v2.1
|
|
77
|
+
## Changelog:
|
|
78
|
+
- v2.1: Added Redis-backed variant, performance notes
|
|
79
|
+
- v2.0: Rewritten to use generic traits instead of concrete types
|
|
80
|
+
- v1.1: Fixed edge case with zero-length input
|
|
81
|
+
- v1.0: Initial extraction from project-a
|
|
82
|
+
```
|
|
83
|
+
|
|
84
|
+
### When to Increment Version
|
|
85
|
+
|
|
86
|
+
| Change Type | Version Bump |
|
|
87
|
+
|-------------|-------------|
|
|
88
|
+
| Fix edge case | Minor (v1.0 β v1.1) |
|
|
89
|
+
| Add new variant | Minor (v1.1 β v1.2) |
|
|
90
|
+
| Improve documentation | Minor |
|
|
91
|
+
| Change interface/API | Major (v1.x β v2.0) |
|
|
92
|
+
| Rewrite implementation | Major |
|
|
93
|
+
| Change target audience | Major |
|
|
94
|
+
|
|
95
|
+
## Provenance Tracking
|
|
96
|
+
|
|
97
|
+
### "Used in" Field
|
|
98
|
+
|
|
99
|
+
Track every project where the artifact was used:
|
|
100
|
+
|
|
101
|
+
```markdown
|
|
102
|
+
## Used in:
|
|
103
|
+
- project-a (v1.0, extracted here)
|
|
104
|
+
- project-b (v1.1, found edge case with empty arrays)
|
|
105
|
+
- project-c (v2.0, rewritten for async support)
|
|
106
|
+
```
|
|
107
|
+
|
|
108
|
+
### Source Attribution
|
|
109
|
+
|
|
110
|
+
Always record:
|
|
111
|
+
- **Original project** β where it was first discovered
|
|
112
|
+
- **Extraction date** β when it entered the toolkit
|
|
113
|
+
- **Extractor** β who performed the harvest (human or AI agent)
|
|
114
|
+
|
|
115
|
+
## Maturity in Context
|
|
116
|
+
|
|
117
|
+
### For AI Agents
|
|
118
|
+
|
|
119
|
+
When an AI agent encounters a toolkit artifact:
|
|
120
|
+
|
|
121
|
+
| Maturity | AI Behavior |
|
|
122
|
+
|----------|-------------|
|
|
123
|
+
| π΄ Alpha | Use with explicit warning to user, suggest alternatives |
|
|
124
|
+
| π‘ Beta | Use normally, mention known limitations |
|
|
125
|
+
| π’ Stable | Use confidently, reference documentation |
|
|
126
|
+
| β Proven | Use as reference implementation, recommend to others |
|
|
127
|
+
|
|
128
|
+
### For Human Developers
|
|
129
|
+
|
|
130
|
+
| Maturity | Developer Action |
|
|
131
|
+
|----------|-----------------|
|
|
132
|
+
| π΄ Alpha | Review code carefully before using, provide feedback |
|
|
133
|
+
| π‘ Beta | Use in non-critical paths, report edge cases |
|
|
134
|
+
| π’ Stable | Use freely, contribute improvements |
|
|
135
|
+
| β Proven | Recommend to team, use as template for new artifacts |
|
|
136
|
+
|
|
137
|
+
## Lifecycle Visualization
|
|
138
|
+
|
|
139
|
+
```
|
|
140
|
+
Discovery in project
|
|
141
|
+
β
|
|
142
|
+
[π΄ Alpha v1.0] β First extraction
|
|
143
|
+
β (used in 2nd project, edge case found)
|
|
144
|
+
[π‘ Beta v1.1] β Edge case fixed
|
|
145
|
+
β (rewritten for broader use)
|
|
146
|
+
[π‘ Beta v2.0] β Major rewrite
|
|
147
|
+
β (used in 3rd project, stable)
|
|
148
|
+
[π’ Stable v2.1] β Variant added
|
|
149
|
+
β (5+ projects, exemplary docs)
|
|
150
|
+
[β Proven v3.0] β Reference implementation
|
|
151
|
+
β (technology sunset)
|
|
152
|
+
[β Deprecated] β Archived
|
|
153
|
+
```
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
# Artifact Card Template
|
|
2
|
+
|
|
3
|
+
Universal documentation format for any toolkit artifact.
|
|
4
|
+
Replace all `{{PLACEHOLDERS}}` with actual content.
|
|
5
|
+
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
```markdown
|
|
9
|
+
# {{CATEGORY}}: {{ARTIFACT_NAME}}
|
|
10
|
+
|
|
11
|
+
## Maturity: {{π΄/π‘/π’/β}} {{Alpha/Beta/Stable/Proven}}
|
|
12
|
+
## Used in: {{source-project}}
|
|
13
|
+
## Extracted: {{YYYY-MM-DD}}
|
|
14
|
+
## Last updated: {{YYYY-MM-DD}}
|
|
15
|
+
## Version: v{{MAJOR}}.{{MINOR}}
|
|
16
|
+
|
|
17
|
+
## When to Use
|
|
18
|
+
|
|
19
|
+
{{Conditions where this artifact is valuable.}}
|
|
20
|
+
|
|
21
|
+
## When NOT to Use
|
|
22
|
+
|
|
23
|
+
{{Explicit anti-conditions. When this is the wrong choice.}}
|
|
24
|
+
|
|
25
|
+
## Prerequisites
|
|
26
|
+
|
|
27
|
+
{{What must exist before using this artifact.}}
|
|
28
|
+
- {{Prerequisite 1}}
|
|
29
|
+
- {{Prerequisite 2}}
|
|
30
|
+
|
|
31
|
+
## Implementation
|
|
32
|
+
|
|
33
|
+
{{The actual artifact content β code, config, pattern description, etc.}}
|
|
34
|
+
|
|
35
|
+
## Variants
|
|
36
|
+
|
|
37
|
+
### Variant A: {{Context/Language/Framework}}
|
|
38
|
+
|
|
39
|
+
{{Alternative implementation for different context.}}
|
|
40
|
+
|
|
41
|
+
### Variant B: {{Context/Language/Framework}}
|
|
42
|
+
|
|
43
|
+
{{Another alternative.}}
|
|
44
|
+
|
|
45
|
+
## Gotchas
|
|
46
|
+
|
|
47
|
+
{{Things that can go wrong. Edge cases. Common mistakes.}}
|
|
48
|
+
|
|
49
|
+
- {{Gotcha 1}}
|
|
50
|
+
- {{Gotcha 2}}
|
|
51
|
+
|
|
52
|
+
## Related Artifacts
|
|
53
|
+
|
|
54
|
+
- {{Related artifact 1}} β {{relationship}}
|
|
55
|
+
- {{Related artifact 2}} β {{relationship}}
|
|
56
|
+
|
|
57
|
+
## Changelog
|
|
58
|
+
- v{{N}}: {{What changed and why}}
|
|
59
|
+
- v1: Initial extraction from {{source-project}}
|
|
60
|
+
```
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
# Harvest Report Template
|
|
2
|
+
|
|
3
|
+
Generated at the end of a harvest session. Summarizes what was extracted.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
```markdown
|
|
8
|
+
# Harvest Report: {{PROJECT_NAME}}
|
|
9
|
+
|
|
10
|
+
**Date:** {{YYYY-MM-DD}}
|
|
11
|
+
**Mode:** {{QUICK / FULL}}
|
|
12
|
+
**Duration:** {{N}} minutes
|
|
13
|
+
|
|
14
|
+
## Summary
|
|
15
|
+
|
|
16
|
+
| Metric | Value |
|
|
17
|
+
|--------|-------|
|
|
18
|
+
| Files scanned | {{N}} |
|
|
19
|
+
| TOOLKIT_HARVEST.md markers | {{M}} |
|
|
20
|
+
| Candidates found (Phase 1) | {{K}} |
|
|
21
|
+
| Classified for extraction (Phase 2) | {{J}} |
|
|
22
|
+
| Successfully decontextualized (Phase 3) | {{L}} |
|
|
23
|
+
| Integrated into toolkit (Phase 4) | {{I}} |
|
|
24
|
+
| Skipped (with reasons) | {{S}} |
|
|
25
|
+
|
|
26
|
+
## Extracted Artifacts
|
|
27
|
+
|
|
28
|
+
| # | Name | Category | Maturity | Version | Location |
|
|
29
|
+
|---|------|----------|----------|---------|----------|
|
|
30
|
+
| 1 | {{name}} | {{cat}} | π΄ Alpha | v1.0 | {{path}} |
|
|
31
|
+
| 2 | {{name}} | {{cat}} | π‘ Beta | v2.1 | {{path}} |
|
|
32
|
+
|
|
33
|
+
### By Category
|
|
34
|
+
|
|
35
|
+
| Category | Count | New | Updated |
|
|
36
|
+
|----------|-------|-----|---------|
|
|
37
|
+
| Skills | {{N}} | {{X}} | {{Y}} |
|
|
38
|
+
| Commands | {{N}} | {{X}} | {{Y}} |
|
|
39
|
+
| Hooks | {{N}} | {{X}} | {{Y}} |
|
|
40
|
+
| Rules | {{N}} | {{X}} | {{Y}} |
|
|
41
|
+
| Templates | {{N}} | {{X}} | {{Y}} |
|
|
42
|
+
| Patterns | {{N}} | {{X}} | {{Y}} |
|
|
43
|
+
| Snippets | {{N}} | {{X}} | {{Y}} |
|
|
44
|
+
|
|
45
|
+
## Skipped Items
|
|
46
|
+
|
|
47
|
+
| # | Name | Reason |
|
|
48
|
+
|---|------|--------|
|
|
49
|
+
| 1 | {{name}} | {{reason}} |
|
|
50
|
+
|
|
51
|
+
## Toolkit Status (after harvest)
|
|
52
|
+
|
|
53
|
+
| Maturity | Count |
|
|
54
|
+
|----------|-------|
|
|
55
|
+
| π΄ Alpha | {{N}} |
|
|
56
|
+
| π‘ Beta | {{M}} |
|
|
57
|
+
| π’ Stable | {{K}} |
|
|
58
|
+
| β Proven | {{J}} |
|
|
59
|
+
| **Total** | **{{T}}** |
|
|
60
|
+
|
|
61
|
+
## Recommendations
|
|
62
|
+
|
|
63
|
+
- {{Recommendation 1 β e.g., "Promote X to Beta after next project use"}}
|
|
64
|
+
- {{Recommendation 2 β e.g., "Pattern Y needs Rust variant"}}
|
|
65
|
+
- {{Recommendation 3 β e.g., "Consider merging A and B into single pattern"}}
|
|
66
|
+
|
|
67
|
+
## Next Harvest
|
|
68
|
+
|
|
69
|
+
Suggested after: {{next project/sprint/milestone}}
|
|
70
|
+
```
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
# TOOLKIT_HARVEST.md Template
|
|
2
|
+
|
|
3
|
+
Drop this file into any project to collect harvest markers during work.
|
|
4
|
+
Takes 30 seconds per marker β zero workflow interruption.
|
|
5
|
+
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
```markdown
|
|
9
|
+
# Π§ΡΠΎ Π·Π°Π±ΡΠ°ΡΡ Π² ΡΡΠ»ΠΊΠΈΡ / Toolkit Harvest
|
|
10
|
+
|
|
11
|
+
> Mark things worth extracting as you work. Don't interrupt your flow β
|
|
12
|
+
> just add a checkbox entry under the right category.
|
|
13
|
+
> Run `/harvest` after project completion to process these markers.
|
|
14
|
+
|
|
15
|
+
## Skills
|
|
16
|
+
- [ ] <!-- Description β what technique improved, see file:line -->
|
|
17
|
+
|
|
18
|
+
## Commands
|
|
19
|
+
- [ ] <!-- Slash command worth generalizing β what it does -->
|
|
20
|
+
|
|
21
|
+
## Hooks
|
|
22
|
+
- [ ] <!-- Automation trigger β what event, what action -->
|
|
23
|
+
|
|
24
|
+
## Rules
|
|
25
|
+
- [ ] <!-- Constraint/lesson β don't do X because Y -->
|
|
26
|
+
|
|
27
|
+
## Templates
|
|
28
|
+
- [ ] <!-- File structure worth reusing β what it templates -->
|
|
29
|
+
|
|
30
|
+
## Patterns
|
|
31
|
+
- [ ] <!-- Architectural approach β what problem it solves -->
|
|
32
|
+
|
|
33
|
+
## Snippets
|
|
34
|
+
- [ ] <!-- Small code fragment β what it does, where it is -->
|
|
35
|
+
|
|
36
|
+
## Lessons (unclassified)
|
|
37
|
+
- [ ] <!-- Anything else worth remembering -->
|
|
38
|
+
```
|