@sylix/coworker 2.0.11 → 2.0.14

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.
Files changed (169) hide show
  1. package/dist/commands/slash/config.d.ts.map +1 -1
  2. package/dist/commands/slash/config.js +22 -4
  3. package/dist/commands/slash/config.js.map +1 -1
  4. package/dist/core/CoWorkerAgent.d.ts.map +1 -1
  5. package/dist/core/CoWorkerAgent.js +6 -3
  6. package/dist/core/CoWorkerAgent.js.map +1 -1
  7. package/dist/skills/defaults/accessibility/screen-reader-testing.md +545 -0
  8. package/dist/skills/defaults/accessibility/wcag-audit-patterns.md +555 -0
  9. package/dist/skills/defaults/ai-ml/rag.md +276 -0
  10. package/dist/skills/defaults/backend-development/api-design-principles.md +528 -0
  11. package/dist/skills/defaults/backend-development/api-design.md +285 -0
  12. package/dist/skills/defaults/backend-development/architecture-patterns.md +494 -0
  13. package/dist/skills/defaults/backend-development/async-python.md +237 -0
  14. package/dist/skills/defaults/backend-development/auth-implementation-patterns.md +638 -0
  15. package/dist/skills/defaults/backend-development/bazel-build-optimization.md +387 -0
  16. package/dist/skills/defaults/backend-development/billing-automation/SKILL.md +566 -0
  17. package/dist/skills/defaults/backend-development/code-review-excellence.md +538 -0
  18. package/dist/skills/defaults/backend-development/cqrs-implementation.md +554 -0
  19. package/dist/skills/defaults/backend-development/database-design.md +305 -0
  20. package/dist/skills/defaults/backend-development/debugging-strategies.md +536 -0
  21. package/dist/skills/defaults/backend-development/e2e-testing-patterns.md +544 -0
  22. package/dist/skills/defaults/backend-development/error-handling-patterns.md +641 -0
  23. package/dist/skills/defaults/backend-development/fastapi-templates.md +559 -0
  24. package/dist/skills/defaults/backend-development/fastapi.md +309 -0
  25. package/dist/skills/defaults/backend-development/git-advanced-workflows.md +405 -0
  26. package/dist/skills/defaults/backend-development/microservices-patterns.md +595 -0
  27. package/dist/skills/defaults/backend-development/microservices.md +284 -0
  28. package/dist/skills/defaults/backend-development/monorepo-management.md +623 -0
  29. package/dist/skills/defaults/backend-development/nodejs-backend-patterns.md +1048 -0
  30. package/dist/skills/defaults/backend-development/nx-workspace-patterns.md +457 -0
  31. package/dist/skills/defaults/backend-development/paypal-integration/SKILL.md +478 -0
  32. package/dist/skills/defaults/backend-development/pci-compliance/SKILL.md +480 -0
  33. package/dist/skills/defaults/backend-development/python-anti-patterns.md +349 -0
  34. package/dist/skills/defaults/backend-development/python-background-jobs.md +364 -0
  35. package/dist/skills/defaults/backend-development/python-code-style.md +360 -0
  36. package/dist/skills/defaults/backend-development/python-configuration.md +368 -0
  37. package/dist/skills/defaults/backend-development/python-design-patterns.md +296 -0
  38. package/dist/skills/defaults/backend-development/python-error-handling.md +323 -0
  39. package/dist/skills/defaults/backend-development/python-packaging.md +887 -0
  40. package/dist/skills/defaults/backend-development/python-performance-optimization.md +874 -0
  41. package/dist/skills/defaults/backend-development/python-project-structure.md +252 -0
  42. package/dist/skills/defaults/backend-development/python-resilience.md +376 -0
  43. package/dist/skills/defaults/backend-development/python-resource-management.md +421 -0
  44. package/dist/skills/defaults/backend-development/python-type-safety.md +428 -0
  45. package/dist/skills/defaults/backend-development/sql-optimization-patterns.md +509 -0
  46. package/dist/skills/defaults/backend-development/stripe-integration/SKILL.md +522 -0
  47. package/dist/skills/defaults/backend-development/turborepo-caching.md +376 -0
  48. package/dist/skills/defaults/blockchain/defi-protocol-templates.md +430 -0
  49. package/dist/skills/defaults/blockchain/nft-standards.md +364 -0
  50. package/dist/skills/defaults/blockchain/solidity-security.md +514 -0
  51. package/dist/skills/defaults/blockchain/web3-testing.md +360 -0
  52. package/dist/skills/defaults/business/competitive-landscape/SKILL.md +527 -0
  53. package/dist/skills/defaults/business/market-sizing-analysis/SKILL.md +451 -0
  54. package/dist/skills/defaults/business/startup-financial-modeling/SKILL.md +494 -0
  55. package/dist/skills/defaults/business/startup-metrics-framework/SKILL.md +564 -0
  56. package/dist/skills/defaults/business/team-composition-analysis.md +437 -0
  57. package/dist/skills/defaults/compliance/employment-contract-templates/SKILL.md +527 -0
  58. package/dist/skills/defaults/compliance/gdpr-data-handling/SKILL.md +630 -0
  59. package/dist/skills/defaults/data-engineering/airflow-dag-patterns.md +436 -0
  60. package/dist/skills/defaults/data-engineering/airflow.md +519 -0
  61. package/dist/skills/defaults/data-engineering/data-quality.md +583 -0
  62. package/dist/skills/defaults/data-engineering/dbt-transformation-patterns.md +482 -0
  63. package/dist/skills/defaults/data-engineering/dbt.md +556 -0
  64. package/dist/skills/defaults/data-engineering/ml-pipeline-workflow/SKILL.md +247 -0
  65. package/dist/skills/defaults/data-engineering/spark-optimization.md +348 -0
  66. package/dist/skills/defaults/data-engineering/spark.md +411 -0
  67. package/dist/skills/defaults/database/postgresql.md +202 -0
  68. package/dist/skills/defaults/debugging/systematic-debugging.md +249 -0
  69. package/dist/skills/defaults/devops/architecture-decision-records.md +448 -0
  70. package/dist/skills/defaults/devops/changelog-automation.md +580 -0
  71. package/dist/skills/defaults/devops/cicd.md +314 -0
  72. package/dist/skills/defaults/devops/cloud.md +263 -0
  73. package/dist/skills/defaults/devops/code-review-excellence.md +299 -0
  74. package/dist/skills/defaults/devops/cost-optimization.md +295 -0
  75. package/dist/skills/defaults/devops/deployment-pipeline-design.md +356 -0
  76. package/dist/skills/defaults/devops/docker.md +281 -0
  77. package/dist/skills/defaults/devops/git-workflows.md +205 -0
  78. package/dist/skills/defaults/devops/github-actions.md +311 -0
  79. package/dist/skills/defaults/devops/gitlab-ci-patterns.md +266 -0
  80. package/dist/skills/defaults/devops/hybrid-cloud-networking.md +241 -0
  81. package/dist/skills/defaults/devops/istio-traffic-management.md +327 -0
  82. package/dist/skills/defaults/devops/kubernetes.md +339 -0
  83. package/dist/skills/defaults/devops/linkerd-patterns.md +311 -0
  84. package/dist/skills/defaults/devops/multi-cloud-architecture.md +181 -0
  85. package/dist/skills/defaults/devops/observability.md +243 -0
  86. package/dist/skills/defaults/devops/openapi-spec-generation.md +1024 -0
  87. package/dist/skills/defaults/devops/postmortem-writing.md +396 -0
  88. package/dist/skills/defaults/devops/prometheus-configuration.md +265 -0
  89. package/dist/skills/defaults/devops/secrets-management.md +341 -0
  90. package/dist/skills/defaults/devops/service-mesh-observability.md +385 -0
  91. package/dist/skills/defaults/devops/terraform-module-library.md +244 -0
  92. package/dist/skills/defaults/finance/backtesting-frameworks/SKILL.md +663 -0
  93. package/dist/skills/defaults/finance/risk-metrics-calculation/SKILL.md +557 -0
  94. package/dist/skills/defaults/frontend/accessibility-compliance.md +420 -0
  95. package/dist/skills/defaults/frontend/design-system-patterns.md +337 -0
  96. package/dist/skills/defaults/frontend/interaction-design.md +327 -0
  97. package/dist/skills/defaults/frontend/javascript.md +311 -0
  98. package/dist/skills/defaults/frontend/modern-javascript-patterns.md +927 -0
  99. package/dist/skills/defaults/frontend/react-native-design.md +440 -0
  100. package/dist/skills/defaults/frontend/react.md +345 -0
  101. package/dist/skills/defaults/frontend/responsive-design.md +472 -0
  102. package/dist/skills/defaults/frontend/tailwind-design-system.md +337 -0
  103. package/dist/skills/defaults/frontend/typescript-advanced-types.md +724 -0
  104. package/dist/skills/defaults/frontend/typescript.md +334 -0
  105. package/dist/skills/defaults/frontend/visual-design-foundations.md +326 -0
  106. package/dist/skills/defaults/frontend/web-component-design.md +279 -0
  107. package/dist/skills/defaults/game-development/godot-gdscript-patterns.md +188 -0
  108. package/dist/skills/defaults/game-development/unity-ecs-patterns.md +594 -0
  109. package/dist/skills/defaults/kubernetes/gitops-workflow.md +285 -0
  110. package/dist/skills/defaults/kubernetes/gitops.md +280 -0
  111. package/dist/skills/defaults/kubernetes/helm-chart-scaffolding.md +553 -0
  112. package/dist/skills/defaults/kubernetes/helm.md +343 -0
  113. package/dist/skills/defaults/kubernetes/k8s-manifest-generator.md +501 -0
  114. package/dist/skills/defaults/kubernetes/k8s-security-policies.md +342 -0
  115. package/dist/skills/defaults/kubernetes/manifests.md +330 -0
  116. package/dist/skills/defaults/kubernetes/security.md +337 -0
  117. package/dist/skills/defaults/llm-application/embedding-strategies.md +608 -0
  118. package/dist/skills/defaults/llm-application/hybrid-search-implementation.md +570 -0
  119. package/dist/skills/defaults/llm-application/hybrid-search.md +570 -0
  120. package/dist/skills/defaults/llm-application/langchain-architecture.md +666 -0
  121. package/dist/skills/defaults/llm-application/langchain.md +259 -0
  122. package/dist/skills/defaults/llm-application/llm-evaluation.md +695 -0
  123. package/dist/skills/defaults/llm-application/prompt-engineering-patterns.md +449 -0
  124. package/dist/skills/defaults/llm-application/prompt-engineering.md +219 -0
  125. package/dist/skills/defaults/llm-application/rag-implementation.md +434 -0
  126. package/dist/skills/defaults/llm-application/similarity-search-patterns.md +560 -0
  127. package/dist/skills/defaults/llm-application/similarity-search.md +560 -0
  128. package/dist/skills/defaults/llm-application/vector-index-tuning.md +523 -0
  129. package/dist/skills/defaults/mobile/mobile-android-design.md +440 -0
  130. package/dist/skills/defaults/mobile/mobile-ios-design.md +266 -0
  131. package/dist/skills/defaults/monitoring/distributed-tracing.md +436 -0
  132. package/dist/skills/defaults/monitoring/grafana-dashboards.md +370 -0
  133. package/dist/skills/defaults/monitoring/prometheus-configuration.md +379 -0
  134. package/dist/skills/defaults/monitoring/slo-implementation.md +323 -0
  135. package/dist/skills/defaults/refactoring/code-refactoring.md +349 -0
  136. package/dist/skills/defaults/security/anti-reversing-techniques/SKILL.md +559 -0
  137. package/dist/skills/defaults/security/auditor.md +168 -0
  138. package/dist/skills/defaults/security/binary-analysis-patterns/SKILL.md +438 -0
  139. package/dist/skills/defaults/security/memory-forensics/SKILL.md +483 -0
  140. package/dist/skills/defaults/security/mtls-configuration.md +349 -0
  141. package/dist/skills/defaults/security/protocol-reverse-engineering/SKILL.md +520 -0
  142. package/dist/skills/defaults/security/sast-configuration.md +182 -0
  143. package/dist/skills/defaults/security/security.md +313 -0
  144. package/dist/skills/defaults/security/stride-analysis.md +273 -0
  145. package/dist/skills/defaults/security/threat-mitigation-mapping.md +290 -0
  146. package/dist/skills/defaults/systems/bash-defensive-patterns/SKILL.md +539 -0
  147. package/dist/skills/defaults/systems/bats-testing-patterns/SKILL.md +631 -0
  148. package/dist/skills/defaults/systems/go-concurrency-patterns.md +657 -0
  149. package/dist/skills/defaults/systems/memory-safety-patterns.md +605 -0
  150. package/dist/skills/defaults/systems/rust-async-patterns.md +519 -0
  151. package/dist/skills/defaults/systems/shellcheck-configuration/SKILL.md +456 -0
  152. package/dist/skills/defaults/team-collaboration/multi-reviewer-patterns.md +126 -0
  153. package/dist/skills/defaults/team-collaboration/parallel-feature-development.md +151 -0
  154. package/dist/skills/defaults/testing/javascript-testing-patterns.md +1021 -0
  155. package/dist/skills/defaults/testing/python-testing-patterns.md +351 -0
  156. package/dist/skills/defaults/testing/testing.md +332 -0
  157. package/dist/skills/defaults/workflows/context-driven-development.md +384 -0
  158. package/dist/skills/defaults/workflows/track-management.md +592 -0
  159. package/dist/skills/defaults/workflows/workflow-patterns.md +622 -0
  160. package/dist/skills/index.d.ts +11 -0
  161. package/dist/skills/index.d.ts.map +1 -0
  162. package/dist/skills/index.js +129 -0
  163. package/dist/skills/index.js.map +1 -0
  164. package/dist/utils/character.js +4 -4
  165. package/dist/utils/character.js.map +1 -1
  166. package/dist/utils/inputbar.d.ts.map +1 -1
  167. package/dist/utils/inputbar.js +7 -0
  168. package/dist/utils/inputbar.js.map +1 -1
  169. package/package.json +1 -1
@@ -0,0 +1,384 @@
1
+ ---
2
+ name: context-driven-development
3
+ description: Creates and maintains project context artifacts (product.md, tech-stack.md, workflow.md, tracks.md) in a conductor/ directory. Use when setting up a project, creating or updating product docs, managing a tech stack file, defining development workflows, tracking work units, onboarding to an existing codebase, or running project scaffolding.
4
+ ---
5
+
6
+ # Context-Driven Development
7
+
8
+ Guide for implementing and maintaining context as a managed artifact alongside code, enabling consistent AI interactions and team alignment through structured project documentation.
9
+
10
+ ## When to Use This Skill
11
+
12
+ - Setting up new projects with Conductor
13
+ - Understanding the relationship between context artifacts
14
+ - Maintaining consistency across AI-assisted development sessions
15
+ - Onboarding team members to an existing Conductor project
16
+ - Deciding when to update context documents
17
+ - Managing greenfield vs brownfield project contexts
18
+
19
+ ## Core Philosophy
20
+
21
+ Context-Driven Development treats project context as a first-class artifact managed alongside code. Instead of relying on ad-hoc prompts or scattered documentation, establish a persistent, structured foundation that informs all AI interactions.
22
+
23
+ Key principles:
24
+
25
+ 1. **Context precedes code**: Define what you're building and how before implementation
26
+ 2. **Living documentation**: Context artifacts evolve with the project
27
+ 3. **Single source of truth**: One canonical location for each type of information
28
+ 4. **AI alignment**: Consistent context produces consistent AI behavior
29
+
30
+ ## The Workflow
31
+
32
+ Follow the **Context → Spec & Plan → Implement** workflow:
33
+
34
+ 1. **Context Phase**: Establish or verify project context artifacts exist and are current
35
+ 2. **Specification Phase**: Define requirements and acceptance criteria for work units
36
+ 3. **Planning Phase**: Break specifications into phased, actionable tasks
37
+ 4. **Implementation Phase**: Execute tasks following established workflow patterns
38
+
39
+ ## Artifact Relationships
40
+
41
+ ### product.md - Defines WHAT and WHY
42
+
43
+ Purpose: Captures product vision, goals, target users, and business context.
44
+
45
+ Contents:
46
+
47
+ - Product name and one-line description
48
+ - Problem statement and solution approach
49
+ - Target user personas
50
+ - Core features and capabilities
51
+ - Success metrics and KPIs
52
+ - Product roadmap (high-level)
53
+
54
+ Update when:
55
+
56
+ - Product vision or goals change
57
+ - New major features are planned
58
+ - Target audience shifts
59
+ - Business priorities evolve
60
+
61
+ ### product-guidelines.md - Defines HOW to Communicate
62
+
63
+ Purpose: Establishes brand voice, messaging standards, and communication patterns.
64
+
65
+ Contents:
66
+
67
+ - Brand voice and tone guidelines
68
+ - Terminology and glossary
69
+ - Error message conventions
70
+ - User-facing copy standards
71
+ - Documentation style
72
+
73
+ Update when:
74
+
75
+ - Brand guidelines change
76
+ - New terminology is introduced
77
+ - Communication patterns need refinement
78
+
79
+ ### tech-stack.md - Defines WITH WHAT
80
+
81
+ Purpose: Documents technology choices, dependencies, and architectural decisions.
82
+
83
+ Contents:
84
+
85
+ - Primary languages and frameworks
86
+ - Key dependencies with versions
87
+ - Infrastructure and deployment targets
88
+ - Development tools and environment
89
+ - Testing frameworks
90
+ - Code quality tools
91
+
92
+ Update when:
93
+
94
+ - Adding new dependencies
95
+ - Upgrading major versions
96
+ - Changing infrastructure
97
+ - Adopting new tools or patterns
98
+
99
+ ### workflow.md - Defines HOW to Work
100
+
101
+ Purpose: Establishes development practices, quality gates, and team workflows.
102
+
103
+ Contents:
104
+
105
+ - Development methodology (TDD, etc.)
106
+ - Git workflow and commit conventions
107
+ - Code review requirements
108
+ - Testing requirements and coverage targets
109
+ - Quality assurance gates
110
+ - Deployment procedures
111
+
112
+ Update when:
113
+
114
+ - Team practices evolve
115
+ - Quality standards change
116
+ - New workflow patterns are adopted
117
+
118
+ ### tracks.md - Tracks WHAT'S HAPPENING
119
+
120
+ Purpose: Registry of all work units with status and metadata.
121
+
122
+ Contents:
123
+
124
+ - Active tracks with current status
125
+ - Completed tracks with completion dates
126
+ - Track metadata (type, priority, assignee)
127
+ - Links to individual track directories
128
+
129
+ Update when:
130
+
131
+ - New tracks are created
132
+ - Track status changes
133
+ - Tracks are completed or archived
134
+
135
+ ## Context Maintenance Principles
136
+
137
+ ### Keep Artifacts Synchronized
138
+
139
+ Ensure changes in one artifact reflect in related documents:
140
+
141
+ - New feature in product.md → Update tech-stack.md if new dependencies needed
142
+ - Completed track → Update product.md to reflect new capabilities
143
+ - Workflow change → Update all affected track plans
144
+
145
+ ### Update tech-stack.md When Adding Dependencies
146
+
147
+ Before adding any new dependency:
148
+
149
+ 1. Check if existing dependencies solve the need
150
+ 2. Document the rationale for new dependencies
151
+ 3. Add version constraints
152
+ 4. Note any configuration requirements
153
+
154
+ ### Update product.md When Features Complete
155
+
156
+ After completing a feature track:
157
+
158
+ 1. Move feature from "planned" to "implemented" in product.md
159
+ 2. Update any affected success metrics
160
+ 3. Document any scope changes from original plan
161
+
162
+ ### Verify Context Before Implementation
163
+
164
+ Before starting any track:
165
+
166
+ 1. Read all context artifacts
167
+ 2. Flag any outdated information
168
+ 3. Propose updates before proceeding
169
+ 4. Confirm context accuracy with stakeholders
170
+
171
+ ## Greenfield vs Brownfield Handling
172
+
173
+ ### Greenfield Projects (New)
174
+
175
+ For new projects:
176
+
177
+ 1. Run `/conductor:setup` to create all artifacts interactively
178
+ 2. Answer questions about product vision, tech preferences, and workflow
179
+ 3. Generate initial style guides for chosen languages
180
+ 4. Create empty tracks registry
181
+
182
+ Characteristics:
183
+
184
+ - Full control over context structure
185
+ - Define standards before code exists
186
+ - Establish patterns early
187
+
188
+ ### Brownfield Projects (Existing)
189
+
190
+ For existing codebases:
191
+
192
+ 1. Run `/conductor:setup` with existing codebase detection
193
+ 2. System analyzes existing code, configs, and documentation
194
+ 3. Pre-populate artifacts based on discovered patterns
195
+ 4. Review and refine generated context
196
+
197
+ Characteristics:
198
+
199
+ - Extract implicit context from existing code
200
+ - Reconcile existing patterns with desired patterns
201
+ - Document technical debt and modernization plans
202
+ - Preserve working patterns while establishing standards
203
+
204
+ ## Benefits
205
+
206
+ ### Team Alignment
207
+
208
+ - New team members onboard faster with explicit context
209
+ - Consistent terminology and conventions across the team
210
+ - Shared understanding of product goals and technical decisions
211
+
212
+ ### AI Consistency
213
+
214
+ - AI assistants produce aligned outputs across sessions
215
+ - Reduced need to re-explain context in each interaction
216
+ - Predictable behavior based on documented standards
217
+
218
+ ### Institutional Memory
219
+
220
+ - Decisions and rationale are preserved
221
+ - Context survives team changes
222
+ - Historical context informs future decisions
223
+
224
+ ### Quality Assurance
225
+
226
+ - Standards are explicit and verifiable
227
+ - Deviations from context are detectable
228
+ - Quality gates are documented and enforceable
229
+
230
+ ## Directory Structure
231
+
232
+ ```
233
+ conductor/
234
+ ├── index.md # Navigation hub linking all artifacts
235
+ ├── product.md # Product vision and goals
236
+ ├── product-guidelines.md # Communication standards
237
+ ├── tech-stack.md # Technology preferences
238
+ ├── workflow.md # Development practices
239
+ ├── tracks.md # Work unit registry
240
+ ├── setup_state.json # Resumable setup state
241
+ ├── code_styleguides/ # Language-specific conventions
242
+ │ ├── python.md
243
+ │ ├── typescript.md
244
+ │ └── ...
245
+ └── tracks/
246
+ └── <track-id>/
247
+ ├── spec.md
248
+ ├── plan.md
249
+ ├── metadata.json
250
+ └── index.md
251
+ ```
252
+
253
+ ## Context Lifecycle
254
+
255
+ 1. **Creation**: Initial setup via `/conductor:setup`
256
+ 2. **Validation**: Verify before each track
257
+ 3. **Evolution**: Update as project grows
258
+ 4. **Synchronization**: Keep artifacts aligned
259
+ 5. **Archival**: Document historical decisions
260
+
261
+ ## Context Validation Checklist
262
+
263
+ Before starting implementation on any track, validate context:
264
+
265
+ ### Product Context
266
+
267
+ - [ ] product.md reflects current product vision
268
+ - [ ] Target users are accurately described
269
+ - [ ] Feature list is up to date
270
+ - [ ] Success metrics are defined
271
+
272
+ ### Technical Context
273
+
274
+ - [ ] tech-stack.md lists all current dependencies
275
+ - [ ] Version numbers are accurate
276
+ - [ ] Infrastructure targets are correct
277
+ - [ ] Development tools are documented
278
+
279
+ ### Workflow Context
280
+
281
+ - [ ] workflow.md describes current practices
282
+ - [ ] Quality gates are defined
283
+ - [ ] Coverage targets are specified
284
+ - [ ] Commit conventions are documented
285
+
286
+ ### Track Context
287
+
288
+ - [ ] tracks.md shows all active work
289
+ - [ ] No stale or abandoned tracks
290
+ - [ ] Dependencies between tracks are noted
291
+
292
+ ## Common Anti-Patterns
293
+
294
+ Avoid these context management mistakes:
295
+
296
+ ### Stale Context
297
+
298
+ Problem: Context documents become outdated and misleading.
299
+ Solution: Update context as part of each track's completion process.
300
+
301
+ ### Context Sprawl
302
+
303
+ Problem: Information scattered across multiple locations.
304
+ Solution: Use the defined artifact structure; resist creating new document types.
305
+
306
+ ### Implicit Context
307
+
308
+ Problem: Relying on knowledge not captured in artifacts.
309
+ Solution: If you reference something repeatedly, add it to the appropriate artifact.
310
+
311
+ ### Context Hoarding
312
+
313
+ Problem: One person maintains context without team input.
314
+ Solution: Review context artifacts in pull requests; make updates collaborative.
315
+
316
+ ### Over-Specification
317
+
318
+ Problem: Context becomes so detailed it's impossible to maintain.
319
+ Solution: Keep artifacts focused on decisions that affect AI behavior and team alignment.
320
+
321
+ ## Integration with Development Tools
322
+
323
+ ### IDE Integration
324
+
325
+ Configure your IDE to display context files prominently:
326
+
327
+ - Pin conductor/product.md for quick reference
328
+ - Add tech-stack.md to project notes
329
+ - Create snippets for common patterns from style guides
330
+
331
+ ### Git Hooks
332
+
333
+ Consider pre-commit hooks that:
334
+
335
+ - Warn when dependencies change without tech-stack.md update
336
+ - Remind to update product.md when feature branches merge
337
+ - Validate context artifact syntax
338
+
339
+ ### CI/CD Integration
340
+
341
+ Include context validation in pipelines:
342
+
343
+ - Check tech-stack.md matches actual dependencies
344
+ - Verify links in context documents resolve
345
+ - Ensure tracks.md status matches git branch state
346
+
347
+ ## Session Continuity
348
+
349
+ Conductor supports multi-session development through context persistence:
350
+
351
+ ### Starting a New Session
352
+
353
+ 1. Read index.md to orient yourself
354
+ 2. Check tracks.md for active work
355
+ 3. Review relevant track's plan.md for current task
356
+ 4. Verify context artifacts are current
357
+
358
+ ### Ending a Session
359
+
360
+ 1. Update plan.md with current progress
361
+ 2. Note any blockers or decisions made
362
+ 3. Commit in-progress work with clear status
363
+ 4. Update tracks.md if status changed
364
+
365
+ ### Handling Interruptions
366
+
367
+ If interrupted mid-task:
368
+
369
+ 1. Mark task as `[~]` with note about stopping point
370
+ 2. Commit work-in-progress to feature branch
371
+ 3. Document any uncommitted decisions in plan.md
372
+
373
+ ## Best Practices
374
+
375
+ 1. **Read context first**: Always read relevant artifacts before starting work
376
+ 2. **Small updates**: Make incremental context changes, not massive rewrites
377
+ 3. **Link decisions**: Reference context when making implementation choices
378
+ 4. **Version context**: Commit context changes alongside code changes
379
+ 5. **Review context**: Include context artifact reviews in code reviews
380
+ 6. **Validate regularly**: Run context validation checklist before major work
381
+ 7. **Communicate changes**: Notify team when context artifacts change significantly
382
+ 8. **Preserve history**: Use git to track context evolution over time
383
+ 9. **Question staleness**: If context feels wrong, investigate and update
384
+ 10. **Keep it actionable**: Every context item should inform a decision or behavior