Assembler Agent Pattern
Installation
SKILL.md
Assembler Agent Pattern
File Paths & Versioning
Input:
project-docs/work-orders/work-orders-latest.md— Work orders from Plannerproject-docs/blueprint/blueprint-latest.md— Technical reference
Output:
src/— Implementation code (git-versioned, not file-versioned)- Implementation reports are included in work order comments or commit messages
Workflow:
- Read
project-docs/work-orders/work-orders-latest.md - For each work order, implement in
src/ - Commit with reference to work order ID (e.g.,
WO-001: Implement auth service) - Mark work order as complete in the document
Note: Unlike other agents, Assembler outputs code which is versioned via git, not via numbered markdown files.