qq/.agent/skills/implement/SKILL.md
Reads a specific plan from docs/plan/ and executes the code changes described within it. Use this when the user says "implement the plan" or "execute the plan".
npx skillsauth add orinachum/autonomous-intelligence implementInstall 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.
This skill acts as the builder. It takes the architectural blueprint (the plan file) and strictly converts it into code changes.
docs/plan/[filename].docs/plan/ and confirm with the user: "Found latest plan: [filename]. Proceed with implementation?"pip install, npm run build) if explicitly listed.testing
Run TTS round-trip tests — pure-logic unit tests and optional integration tests against live TTS/STT services.
development
Speak text aloud using the Magpie TTS container in the realtime-api Docker stack. Zero external dependencies — just curl + aplay.
development
Build and deploy the realtime-api Docker container with full verification that deployed code matches local source.
tools
Enhanced coding assistance