marketplace/bundles/plan-marshall/skills/persona-implementer/SKILL.md
Production-code implementation persona — the work identity for building and modifying production code
npx skillsauth add cuioss/plan-marshall persona-implementerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
REFERENCE MODE: This skill is a persona shell. It declares the implementer work identity and the composition it resolves to; it carries no executable workflow of its own.
The implementer is the work-activity persona for building and modifying production code. Its primary profile is implementation; it also applies the quality ref so every implementation task carries the code-quality lens.
The persona resolver (manage-personas resolve) flattens this persona's composition DAG into a deduped skills[]:
plan-marshall:persona-plan-marshall-agent (the unconditional foundational base every persona inherits).plan-marshall:ref-code-quality, declared in the composes: frontmatter (the quality profile maps to this ref).profiles: (implementation, quality), the resolver merges the profile × {domains} domain skills resolved via the Extension API.implementation (primary) — the identity profile a task with profile: implementation is reverse-looked-up to.quality (secondary) — applies the code-quality ref alongside implementation work.development
Domain-owned OpenRewrite log-line finding parser for the java-cui domain — parses the
development
Domain-owned OpenRewrite marker detection for the java-cui domain — scans Java/Kotlin sources for cui-rewrite TODO markers, categorizes them by recipe, and fails the gate on any detected marker
development
Operator control surface for the marshalld build server — enrol/drop a project in the machine-global registry (the opt-in enable signal and anti-laundering wall), manage the daemon lifecycle (start, stop, drain, status, install, upgrade) version-pinned to the verified bundle copy, and inspect the daemon's per-project interaction-audit log (read-only)
tools
The tiny build-consumption client for the marshalld build server — submit a build job, bounded long-poll for its result, ping the daemon identity, and preflight registry-plus-liveness in one call; consumption only, never provisioning or enrolment