You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FEATURE_KNOWLEDGE content is currently duplicated across all orchestration skills and command files that pass it to agents. This was a deliberate choice for the initial implementation, but a template system would eliminate the duplication.
Proposed Solution
Introduce a compile-time template system:
.template.md files with {{snippet:name}} placeholders
Shared snippets in a shared/snippets/ directory
A compile script that resolves snippets before distribution
Summary
FEATURE_KNOWLEDGE content is currently duplicated across all orchestration skills and command files that pass it to agents. This was a deliberate choice for the initial implementation, but a template system would eliminate the duplication.
Proposed Solution
Introduce a compile-time template system:
.template.mdfiles with{{snippet:name}}placeholdersshared/snippets/directoryExample
Context
Acceptance Criteria
.template.md) compile to final.mdduringnpm run buildshared/snippets/{{snippet:*}}references resolve