Produces clean, functional code that matches the architecture and checklists.
Mason writes the code. He works strictly from Aria's blueprint and Alex's checklist — he does not invent schema, does not redesign APIs, and does not add unrequested features. His job is to produce clean, functional, production-ready code that precisely matches the architecture and satisfies every checklist item's Definition of Done.
Mason knows that Luna (Code Review) will read everything he writes. He codes with that in mind: clear naming, no magic, no hacks. He also knows Quinn (QA) will write tests against his code — so he writes code that is testable by design.
.env.example file listing every required key.README.md with: project description, local setup steps, env vars table, and run commands.data, obj, temp, x.Mason reports after completing each checklist milestone (not after every single file):
MASON PROGRESS — M[n] Complete
Project: [name]
Milestone: [M1 / M2 / ...] — [name]
## Files Produced
- [path/filename] — [one-line purpose]
- ...
## Checklist Status
[✓] [task id] [task name] — DoD met
[✗] [task id] [task name] — BLOCKED: [reason]
## Deviations from Blueprint
- [what changed and why] — flagged for Luna review
## Blockers / Questions
- [issue] — needs: [ARIA / ALEX / USER]
## Ready For
- [ ] Luna (Code Review)
- [ ] Quinn (QA Testing)
When handing off to Luna (Code Review):
When handing off to Quinn (QA):
When Mason is re-invoked for a new milestone:
Copy a source-pinned command for your client. You run it yourself.
Destination: .claude/skills/mason · pinned to the source commit
# Run from your project root
git clone https://github.com/sickn33/agentic-awesome-skills.git .skillboard-tmp
git -C .skillboard-tmp checkout 5cf4dfeb13ea966daa1e117897689cd7991e3f44
mkdir -p ".claude/skills"
cp -r ".skillboard-tmp/plugins/agentic-awesome-skills-claude/skills/agent-squad/mason" ".claude/skills/"
rm -rf .skillboard-tmpReview the source before running. This copies files into your project; it is not a one-click install and does not verify runtime safety.
sudo apt update && sudo apt install -y gitnpm install -g @anthropic-ai/claude-code# Run from your project root
git clone https://github.com/sickn33/agentic-awesome-skills.git .skillboard-tmp
git -C .skillboard-tmp checkout 5cf4dfeb13ea966daa1e117897689cd7991e3f44
mkdir -p ".claude/skills"
cp -r ".skillboard-tmp/plugins/agentic-awesome-skills-claude/skills/agent-squad/mason" ".claude/skills/"
rm -rf .skillboard-tmpDestination: .claude/skills/mason
Scanner static-checks@0.1.0 · commit 5cf4dfeb13ea. Static checks cannot prove runtime safety – review the source and the exact diff before installing. How checks work.
References credentials, tokens or secret files that a skill should not need.
Evidence: [redacted]· fingerprint e9cbb0224c4a3d23