OutlineDriven/odin-claude-plugin
Skill Claude CodeCodex
Surface in-task AI collaboration protocols one tactic at a time, replacing ambiguous references with durable, recoverable handles.
Outline-Driven Development for Claude Code - 46 agents, 25+ skills, diagram-first methodology, AST-based editing, atomic commits.
OutlineDriven/odin-claude-plugin
Skill Claude CodeCodex
Surface in-task AI collaboration protocols one tactic at a time, replacing ambiguous references with durable, recoverable handles.
OutlineDriven/odin-claude-plugin
Skill Claude CodeCodex
Explore intent with Verbalized Sampling before planning. Use when the task is ambiguous, you need maximum clarifying questions, or you want collaborative or adversarial mode via /askme.
OutlineDriven/odin-claude-plugin
Skill Claude CodeCodex
Run code analysis and refactoring with ast-grep. Use when doing AST-based modifications, structural search, linting across code shape, or replacing regex-fragile transformations.
OutlineDriven/odin-claude-plugin
Skill Claude CodeCodex
Publish a change-set as atomic GitHub issues or PRs. Use when the user says "atomic PRs" or wants one issue/PR per logical change.
OutlineDriven/odin-claude-plugin
Skill Claude CodeCodex
Run an iterative multi-agent code audit until critical and high findings are resolved. Use when the user says "audit my code", "find all the bugs", "deep code audit", "iterative review", or "review until clean".
OutlineDriven/odin-claude-plugin
Skill Claude CodeCodex
Carve the unsafe part out of a task up front, then run the safe remainder at full strength instead of running the whole thing timidly. Use when a task mixes reversible work with something irreversible or out of scope, such as a schema migration, a deletion, or a change to credentials or data at rest, or when the user…
OutlineDriven/odin-claude-plugin
Skill Claude CodeCodex
Compound a solved problem into a durable in-repo learning doc. Use when a verified non-trivial fix lands, the user says "compound this", "document this fix", or "remember this". This is the automatic-capture entry point; for an explicitly requested one-off write-up, use compound.
OutlineDriven/odin-claude-plugin
Skill Claude CodeCodex
Run a hands-off plan-to-ship pipeline by chaining existing skills. Use when the user says "autopilot", "take this from plan to shipped", "run the whole pipeline", "hands-off ship it", or "do the end-to-end build".
OutlineDriven/odin-claude-plugin
Skill Claude CodeCodex
Switch to ODIN's compact formal-logic English register using predicate claims and ASCII keywords. Use when the user requests "axiom", "axiom-mode", "axiom-compact", "formal-logic", or "compact form".
OutlineDriven/odin-claude-plugin
Skill Claude CodeCodex
Use when the user wants to walk a complex design space round by round: map the decision tree, fire the current frontier as batched single-select questions, and loop until shared understanding is reached. Triggers: multi-fork decisions, ambiguous requirements, unresolved prerequisites, "batch ask me", "clarify the…
OutlineDriven/odin-claude-plugin
Skill Claude CodeCodex
Use when turning a book, course, whitepaper, or comparable source document into a reusable agent skill: the user names a source and asks to distill it, encode its method, or build an agent that works the way it prescribes. Classifies the source as procedure or reference, writes a validated SKILL.md, and proves the…
OutlineDriven/odin-claude-plugin
Skill Claude CodeCodex
Explore vague or ambitious ideas into a right-sized requirements-only plan. Use when the user wants to brainstorm, think through scope, decide what to build, or needs collaborative product framing before planning, not for a decisive verdict on whether to adopt or switch to a specific external technology, library, or…
OutlineDriven/odin-claude-plugin
Skill Claude CodeCodex
Demolish bloated code and re-derive it clean, cutting every surface the rebuilt contract does not name. Use for a repo-wide bloat sweep, when patching a subsystem has stopped paying, or when the user says "this whole module is bloated", "rewrite this properly", or "break it and rebuild".
OutlineDriven/odin-claude-plugin
Skill Claude CodeCodex
Test and debug browser code with Chrome DevTools MCP. Use when building or debugging browser UI, inspecting the DOM, capturing console errors, analyzing network requests, or verifying visual output.
OutlineDriven/odin-claude-plugin
Skill Claude CodeCodex
Route contributors to data-backed contribution opportunities. Use when the user asks "where can I help", "what can I contribute", "find a good first issue", or "what should I work on".
OutlineDriven/odin-claude-plugin
Skill Claude CodeCodex
Use when the user is ready to apply what they learned to something real: scope a project sized to what they have cleared, write the brief with milestones and a done test, then judge the finished work against it. For single-concept exercises and quizzes, use drill.
OutlineDriven/odin-claude-plugin
Skill Claude CodeCodex
Strip duplicate and conflicting directives across the system-prompt cascade family: the canonical baseline, the six output-style embeds, and the two external harness embeds.
OutlineDriven/odin-claude-plugin
Skill Claude CodeCodex
Set up or modify CI/CD pipelines and deployment automation. Use when setting up build pipelines, automating quality gates, configuring test runners in CI, or establishing deployment strategies.
OutlineDriven/odin-claude-plugin
Skill Claude CodeCodex
Scan a request, document, or conversation for ambiguities, undefined terms, implicit assumptions, and unstated boundaries, then surface them as a certainty-tiered findings report with recommended defaults. Use when the user says "clarify", "what is ambiguous here", "find the gaps in this spec", "what am I assuming"…
OutlineDriven/odin-claude-plugin
Skill Claude CodeCodex
Run the repo hygiene skills over your own just-changed output before handing it back, routing to whichever the change earned among rewrite-clean-v0, debloat, shower, reorder, verify-both-ways, consolidate-to-one-home, and unslop. Use automatically after editing a durable artifact, or when the user says "clean and…
OutlineDriven/odin-claude-plugin
Skill Claude CodeCodex
Reduce internal duplication, dead code, and ceremony. Use when you spot dead fields, redundant wrappers, or speculative abstractions in code you are already editing.
OutlineDriven/odin-claude-plugin
Skill Claude CodeCodex
Shared vocabulary for designing deep modules: module, interface, implementation, depth, seam, adapter, leverage, locality. Use when designing or improving a module interface, deciding where a seam goes, making code more testable, or when another skill needs the deep-module terms.
OutlineDriven/odin-claude-plugin
Skill Claude CodeCodex
Commit working-tree changes and push to the current branch: no branch creation, no branch switch, no PR. Use when asked to push to the branch you are already on, including the default branch.
OutlineDriven/odin-claude-plugin
Skill Claude CodeCodex
Use when asked to ship/open a PR, or for PR-description-only flows like writing, rewriting, or describing a PR body.