Skip to content

CodyMaster Kit โ€” The Ultimate Vibe Coding Guide โ€‹

Overview โ€‹

The CodyMaster (CM) kit transforms ideas into production code through 13 specialized, optimized skills. This workflow ensures the highest quality, absolute security, and maximum execution speed.

๐Ÿ’ก Idea โ†’ ๐Ÿ” Analysis โ†’ ๐Ÿ“ Design โ†’ ๐Ÿงช Test-first (TDD) โ†’ ๐Ÿ’ป Code โ†’ โœ… Verify โ†’ ๐Ÿš€ Deploy โ†’ ๐Ÿ”„ Iterate

Workflow โ€‹

Phase 0: Identity & Safety ๐Ÿ”’ โ€‹

Rule #1: Always verify identity before performing any action that could change the project state.

  • Skill: cm-identity-guard
  • When: At the start of a work session, before git push, deploy, or database operations.
  • Action: Run node check-identity.js (or similar script) to verify GitHub/Cloudflare/Supabase accounts.

Phase 0.5: Strategic Analysis ๐Ÿ” โ€‹

For complex initiatives and enhancements on existing products.

  • Skills: cm-brainstorm-idea + cm-codeintell
  • When: When the task is complex and requires multi-dimensional analysis (tech, product, design, business) before planning.
  • Action:
    1. Scan codebase with code intelligence (AST graph + architecture diagram via cm-codeintell).
    2. Interview user and analyze with 9 Windows (TRIZ).
    3. Propose 2-3 options, evaluate multi-dimensionally, recommend the best option.
  • Output: brainstorm-output.md โ€” qualified problem + recommended option โ†’ passes to cm-planning.

Phase 1: Planning & Design ๐Ÿ“ โ€‹

Understand the 'Job to be Done' (JTBD) and architecture before writing code.

  • Skill: cm-planning (Combines brainstorming + writing-plans)
  • Action:
    1. Brainstorm requirements and analyze i18n.
    2. Propose architecture and tech stack.
    3. Write detailed implementation_plan.md.
  • Output: Design documentation and execution plan approved by user.

Phase 2: Implementation (TDD & Execution) ๐Ÿ’ป โ€‹

Turn the plan into actual source code safely.

  • Skills:
    • cm-tdd: Red-Green-Refactor cycle. No production code without a failing test first.
    • cm-execution: Execute plans intelligently (Manual, Parallel, or Subagent mode).
    • cm-project-bootstrap: For new projects โ€” setup repo, i18n, SEO, and deploy pipeline from Day 0.
    • cm-git-worktrees: Isolate different work items to avoid state mixing.

Phase 3: Quality Control & Verification โœ… โ€‹

Prove with evidence, not words.

  • Skills:
    • cm-quality-gate: Setup test infrastructure (test:gate) and verify output before claiming "done".
    • cm-debugging: When tests fail, use systematic investigation framework to find root cause.
    • cm-code-review: Professional request and feedback review process.

Phase 4: Safe Deployment ๐Ÿš€ โ€‹

Ship code without fear of incidents.

  • Skills:
    • cm-safe-deploy: Run 8-gate pipeline (Secret โ†’ Syntax โ†’ Test โ†’ Build โ†’ Deploy โ†’ Smoke).
    • cm-safe-i18n: Translate and synchronize languages consistently across the entire project.
    • cm-terminal: Monitor all terminal commands to detect errors immediately.

CodyMaster Kit โ€” 60 Skills Summary โ€‹

๐Ÿ”ง Engineering โ€‹

SkillPrimary Function
cm-tddStrict Red-Green-Refactor TDD โ€” no code without failing test first.
cm-debuggingSystematic 5-phase error investigation (root cause first).
cm-quality-gate6-gate verification: static analysis โ†’ blind review โ†’ ship.
cm-test-gateSetup 4-layer test infrastructure (unit โ†’ integration โ†’ e2e โ†’ security).
cm-code-reviewManage PR lifecycle: request โ†’ receive feedback โ†’ complete branch.
cm-codeintellAST knowledge graph + architecture diagrams + smart context (30% fewer tokens).

โš™๏ธ Operations โ€‹

SkillPrimary Function
cm-safe-deployMulti-gate deploy pipeline with rollback strategy.
cm-identity-guardVerify account before push/deploy to prevent wrong-project incidents.
cm-git-worktreesIsolate feature work in separate worktrees โ€” no state mixing.
cm-terminalSafe terminal execution with progress logging and error capture.
cm-secret-shieldDefense-in-depth: pre-commit hooks, repo scanning, token lifecycle.
cm-safe-i18nSafe multi-language management with multi-pass batching and 8-gate audit.

๐ŸŽจ Product โ€‹

SkillPrimary Function
cm-project-bootstrapFull project setup: design system โ†’ CI โ†’ staging โ†’ deploy from Day 0.
cm-brainstorm-ideaStrategic analysis gate: 9 Windows + Double Diamond โ†’ 2-3 qualified options.
cm-planningBrainstorm intent โ†’ write implementation plan โ†’ coordinate execution.
cm-ux-master48 UX Laws + 37 Design Tests + Figma/Stitch + BM25 semantic design search.
cm-ui-previewLive UI concept generation via Google Stitch or Pencil MCP.
cm-dockitGenerate complete knowledge bases, SOPs, and API docs from codebase.
cm-readitWeb audio engine: TTS reader, MP3 audio player, Voice CRO trigger system.
cm-jtbdJTBD customer discovery: Switch Interview โ†’ Canvas โ†’ Opportunity Scoring.

๐Ÿ“ˆ Growth โ€‹

SkillPrimary Function
cm-content-factorySelf-learning content engine: research โ†’ generate โ†’ audit โ†’ deploy.
cm-ads-trackerConversion tracking setup: GTM, Meta CAPI, TikTok, Google Ads.
cm-cro-methodologyCRO audit: funnel mapping โ†’ persuasion assets โ†’ A/B test design.

๐ŸŽฏ Orchestration โ€‹

SkillPrimary Function
cm-executionExecute plans: Manual / Parallel / Subagent / RARV batch modes.
cm-continuityWorking memory protocol: read at session start, update at session end.
cm-skill-masteryMeta-skill: when to invoke which skill, how to create new skills.
cm-skill-chainCompose skills into automated multi-step pipelines (5 built-in chains).
cm-skill-indexProgressive disclosure index โ€” 90% token savings on skill discovery.
cm-deep-searchSemantic search via qmd for large codebases (>200 src / >50 docs files).
cm-how-it-workFull vibe coding guide โ€” phases, skills per phase, use cases.

๐Ÿ–ฅ๏ธ Workflow Commands โ€‹

SkillPrimary Function
cm-startOrchestrate full workflow from objective to production code.
cm-dashboardRender Kanban board from cm-tasks.json โ€” visual status overview.
cm-statusUltra-concise 1-2 sentence progress summary (what's done, what's next).

๐Ÿš€ Autonomous Workflow System โ€‹

The kit supports autonomous mode by applying the Reason โ†’ Act โ†’ Reflect โ†’ Verify (RARV) loop.

How to Use the Workflow: โ€‹

  1. /cm-start [objective]: Start work. The system will automatically create cm-tasks.json, break down tasks, launch the tracking interface, and autonomously use CM skills to complete them.
  2. /cm-dashboard: Open the visual tracking Dashboard in browser (shows Kanban board, reasoning log, and progress).
  3. /cm-status: View quick progress summary in Terminal.

๐Ÿ’ก Activation Guide by Use Cases โ€‹

There are 2 ways to use CodyMaster: Fully autonomous (Via Workflows) or Manual skill activation (Via Prompting).

1. Build New Feature / New Project (Autonomous) โ€‹

Best way to delegate complete work packages.

  • Command: /cm-start "Build user management feature with list screen and CRUD form"
  • Implicit flow: Planning โ†’ create Task JSON โ†’ sub-agents continuously run cm-tdd and cm-quality-gate for each task until done.

2. Fix Production Bug (Manual) โ€‹

Bugs need close supervision and AI should not blindly change too much code.

  • Step 1: Activate cm-debugging to find Root Cause.
  • Step 2: Activate cm-tdd to write test reproducing the bug and fix it.
  • Step 3: Activate cm-safe-deploy to ship code safely.

3. Setup New Project From Scratch โ€‹

Establish a solid foundation to avoid technical debt later.

  • Command: "Use cm-identity-guard to ensure correct account, then run cm-project-bootstrap to setup a new Next.js project."

4. Batch Multi-Language Translation โ€‹

Tedious work that's error-prone if AI loses focus.

  • Command: "Use cm-safe-i18n to extract all hardcoded text in /components directory to vi.json and en.json files."

9 Golden Rules โ€‹

  1. Identity First: Verify account (cm-identity-guard) before push/deploy.
  2. Design Before Code: Always have an approved plan before typing.
  3. i18n Day 0: Always consider multi-language from the brainstorm step.
  4. Test Before Code: RED โ†’ GREEN โ†’ REFACTOR. No exceptions (cm-tdd).
  5. Evidence Over Claims: Only trust terminal/test results output, not AI "saying" it's done.
  6. Deploy via Gates: 8 gates must pass sequentially. Any gate fails = STOP (cm-safe-deploy).
  7. Safe Secrets: Never commit secrets. Pre-commit hooks protect every push (cm-secret-shield).
  8. Parallel Power: Use parallel execution for i18n or multi-bug fixes (cm-execution).
  9. Working Memory: Read CONTINUITY.md at session start, update at session end (cm-continuity).

Open Source AI Agent Skills Framework