skills
01Plugin Claude Code
Plugin marketplace listing 1 plugin: immutable.
Plugin Claude Code
Plugin marketplace listing 1 plugin: immutable.
Instructions file
Instructions for choi88andys/skills, covering claude.md — choi88andys/skills, release procedure and gotchas.
Plugin Claude Code
Append-only SDD toolkit covering the full 7-step flow from problem framing through PR creation. Skills: /immutable:init (starter bootstrap), /immutable:office-hours (premise + alternatives), /immutable:prd (pitch authoring — WHAT), /immutable:design (app-side context), /immutable:plan-review-ceo (scope challenge +…
Skill Claude CodeCodex
Guided authoring for append-only Architecture Decision Records (ADRs) in an immutable SDD repo. Conducts a focused interview (context, decision, consequences, alternatives), runs multi-persona adversarial review, and writes the ADR only when a 90% completeness gate passes. Use when a team makes a load-bearing…
Skill Claude CodeCodex
Lightweight pre-implementation skill for the immutable SDD flow. After a pitch is authored (in spec or single repo) or the user explicitly opts into a no-pitch refactor/internal-work path, this skill confirms which pitch is being implemented (or acknowledges the no-pitch path), captures app-side context the pitch…
Hook
Runs after a tool call finishes for Read tool calls, executing deprecated_read_guard.sh via bash. From choi88andys/skills.
Skill Claude CodeCodex
Bootstrap a new immutable SDD repo by copying a starter from the plugin into the current directory. Detects empty vs existing repo, helps select mode (spec / app / single) + team language + profile handling, copies the matching starter, and emits next-step git commands. Use when starting a new immutable SDD project or…
Skill Claude CodeCodex
Migrate .immutable-prd/config.yml from config schema v2 to v3 AND migrate team profile.yml field schema (v1 to v2 in v0.5.7+). Bumps versions, copies the bundled default profile when missing, uncomments the profile pointer, and merges new schema fields into existing team profiles preserving overrides. Idempotent and…
Skill Claude CodeCodex
Heavy context-gather skill for ambiguous SDD requests. Forces premise challenge plus 3 implementation alternatives before writing anything. Output is a transient design-doc note intended as Stage 1.5 Context Intake input for /immutable:prd. Use when the user is exploring a new feature, the problem is fuzzy, or you…
Skill Claude CodeCodex
Adversarial CEO-style review of the implementation plan. Inputs - pitch (required unless the user explicitly opts into refactor mode, in which case the skill proceeds pitch-less) AND design handoff note at .claude/immutable/design/{slug}.md written by /immutable:design (expected, warn-on-absence — NOT hard-refused…
Skill Claude CodeCodex
Engineering-perspective review of the implementation plan. Walks 4 sections (Architecture, Code Quality, Test Coverage, Performance) with a worktree-parallelization analysis and surfaces ADR-authoring triggers. Runs in two modes - "ceo-grounded" (when /immutable:plan-review-ceo APPROVED first; uses the CEO scope…
Skill Claude CodeCodex
Guided authoring for immutable, append-only PRD/pitch files. Conducts a grill-me style interview with context intake, domain-language check, multi-persona adversarial review, and a 90% completeness gate before writing any file. Use when a team needs to produce new spec/PRD content or version-update existing ones in an…
Skill Claude CodeCodex
Minimum-viable PR creation skill for the immutable SDD flow. Runs pre-ship checklist, verifies commit hygiene, runs build/test, composes a PR body that auto-includes pitch and linked ADR paths, then creates the PR via gh pr create. Refuses if the eng review did not APPROVE. Logs one lightweight learning entry per…