claude-code-modes — Roadmap
Description
Solo AI-assisted build. Phases are chunky — each completable in one session. Full test suite throughout. ---
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
Repository README
This is the README for nklisch/claude-code-modes, shared by 3 entries
in this directory. It describes the repository, not this entry specifically.
claude-code-modes — Roadmap
Solo AI-assisted build. Phases are chunky — each completable in one session. Full test suite throughout.
Phase 1: Project Scaffold + Base Prompt Fragments
**Goal:** Project compiles and assembles a complete base prompt (the `none` mode) from markdown fragments with dynamic env info.
**Build:**
package.jsonwith bun, typescript config, test setuptsconfig.jsonsrc/types.ts— Agency, Quality, Scope enums, preset type, CLI args typesrc/env.ts— shell exec calls for CWD, git status, platform, shell, OS version, git logsrc/assemble.ts— reads markdown fragments fromprompts/, substitutes{{VAR}}template variables, concatenates in order, writes temp fileprompts/base/intro.md— identity + cyber risk (extracted from Claude CodegetSimpleIntroSection)prompts/base/system.md— tool permissions, hooks, tags, compression (extracted fromgetSimpleSystemSection)prompts/base/doing-tasks.md— universal KEEP-only instructions from audit (extracted fromgetSimpleDoingTasksSection)prompts/base/actions-autonomous.md— softened risky-action guidanceprompts/base/actions-cautious.md— full risky-action guidance (near-verbatim fromgetActionsSection)prompts/base/tools.md— tool usage preferences (extracted fromgetUsingYourToolsSection)prompts/base/tone.md— style guidelines, stripped of behavioral items (extracted fromgetSimpleToneAndStyleSection)prompts/base/session-guidance.md— AskUserQuestion,!command, agent tool, skills (extracted fromgetSessionSpecificGuidanceSection)prompts/base/env.md— template with all{{VAR}}placeholders (mirrorscomputeSimpleEnvInfo)prompts/modifiers/context-pacing.md— the "take your time, pause gracefully" section- Unit tests: env detection returns expected shapes, assemble reads fragments and substitutes variables correctly, template variables are all replaced (no
{{remains in output)
**Test checkpoint:** `bun test` — all unit tests pass. `bun run src/assemble.ts` with a mock config produces a complete prompt file with no unresolved template variables. Diff the output against Claude Code's actual system prompt to verify base sections match.
Phase 2: Axis Fragments + Presets
**Goal:** All 9 axis fragments and 5 presets exist. Assembly can produce a mode-specific prompt by combining base + axis selections.
**Build:**
prompts/axis/agency/autonomous.md— high initiative, free local actions, architectural decisions without askingprompts/axis/agency/collaborative.md— explains reasoning, checks in, confirms before large changesprompts/axis/agency/surgical.md— minimal blast radius, precise executionprompts/axis/quality/architect.md— proper abstractions, error handling, forward-thinking, thorough outputprompts/axis/quality/pragmatic.md— match existing patterns, incremental improvement, balanced outputprompts/axis/quality/minimal.md— smallest correct change,
Related Skills
Spec Kit
💫 Toolkit to help you get started with Spec-Driven Development
Testing Webapp Testing
Test local web applications using Playwright for UI verification and debugging
Testing #29
, [#52](https://github.com/affaan-m/everything-claude-code/issues/52), [#103](https://github.com/affaan-m/ever
Testing Fix Issue
by metabase - Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing sol
Testing Pypict Test Design
Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for optimized test sui
Testing gstack
| 15,000+ | Garry Tan's exact Claude Code setup: 6 opinionated tools that serve as CEO, Eng Manager, Release M
Testing