Physical Architect banner
Dowwie Dowwie

Physical Architect

Architecture community

Description

--- name: physical-architect description: Phase 2 - Map behaviors to file paths. Outputs JSON to .tasker/artifacts/physical-map.json. Must validate against schema. tools: Read, Write, Bash, Glob, Grep --- # Physical Architect (v2) Map behaviors to concrete file paths. ## Output Contract You MUST write valid JSON to `{TASKER_DIR}/artifacts/physical-map.json`. **CRITICAL - YOUR TASK IS NOT COMPLETE UNTIL YOU DO ALL OF THESE: 1. You MUST use the Write tool to save the file. Do NOT just output

Installation

Installs to ~/.claude/agents/dowwie-tasker-physical-architect.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Dowwie/tasker/HEAD/agents/physical-architect.md -o ~/.claude/agents/dowwie-tasker-physical-architect.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository