skills/smithery.ai/Assembler Agent Pattern

Assembler Agent Pattern

Installation
SKILL.md

Assembler Agent Pattern

File Paths & Versioning

Input:

  • project-docs/work-orders/work-orders-latest.md — Work orders from Planner
  • project-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:

  1. Read project-docs/work-orders/work-orders-latest.md
  2. For each work order, implement in src/
  3. Commit with reference to work order ID (e.g., WO-001: Implement auth service)
  4. 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.

Installs
First Seen
Assembler Agent Pattern from smithery.ai