tstack
01Plugin Claude Code
Plugin marketplace listing 1 plugin: tstack.
Plugin Claude Code
Plugin marketplace listing 1 plugin: tstack.
Plugin Claude Code
Six-stage chain that turns a rough product idea into a documented, milestone-sequenced, built project (Discovery → PRODUCT.md → technical docs → ROADMAP → plan-milestone/build loop), plus two iteration skills for evolving an existing project (tstack-specify-feature to add a feature, tstack-refactor to restructure how…
Skill Claude CodeCodex
Repo-local maintenance skill that regenerates THIS repo's README lifecycle infographic (images/lifecycle.jpg) and agentic-loop illustration (images/agentic-loop.jpg) when the TStack chain changes. Use when the user says "/refresh-lifecycle", "regenerate the lifecycle graph/diagram/infographic", "the chain changed …
Skill Claude CodeCodex
Runs the COMPLETE release procedure for the TStack plugin when the user says "ship", "ship it", or "release" (the plugin / a new version). Does the whole thing end-to-end — version bump, CHANGELOG + BACKLOG updates, branch→merge to main, annotated tag, and a rendered GitHub Release — not just a commit. Use ONLY for…
Skill Claude CodeCodex
MANUAL INVOCATION ONLY (via /upkeep). Repo-local maintenance skill that deep-reviews THE TSTACK PLUGIN REPO ITSELF for internal consistency, sync-point drift, design-invariant regressions, AND currency against the live Claude ecosystem (current Claude model IDs/tiers, current Claude Code features, current default…
Instructions file
Claude Code instructions for tatejennings/tstack, covering claude.md, what this repo is, architecture, design invariants — the agentic loop and editorial conventions (match these when editing).
Skill Claude CodeCodex
Generates the technical doc set (ARCHITECTURE.md, API.md, CONVENTIONS.md, TESTING.md, DECISIONS.md, optional ai-strategy spec, breakout specs in docs/2 - Specs/, plus AGENTS.md and CLAUDE.md) from a completed PRODUCT.md. Use when docs/PRODUCT.md exists and the user wants system design, tech-stack decisions, API…
Skill Claude CodeCodex
Runs a single ROADMAP milestone unattended — plans it, red-teams the plan with adversarial agents, builds on a feature branch, verifies against the milestone's "Done when" criteria, self-reviews, and opens a PR for a human to review and merge. NEVER merges. Use ONLY when the user explicitly runs /tstack-autopilot on a…
Skill Claude CodeCodex
Executes an approved milestone plan for a TStack-managed project — implements the plan with frequent commits, verifies against the milestone's "Done when" criteria, commits and merges the feature branch, and updates docs/ROADMAP.md status. Use when an approved plan exists at docs/plans/{id}-plan.md (typically opened…
Skill Claude CodeCodex
Designs the UX and visual interface for a TStack product and writes the docs/3 - Design/ set — design.md (information architecture, navigation, user flows, per-screen breakdown with all states, visual direction, component inventory, accessibility tied to ADR-3), design-tokens.json (W3C DTCG), a paste-ready…
Skill Claude CodeCodex
Runs a structured product-discovery interview and produces docs/1 - Discovery/business-brief.md. Use when the user is starting a new product idea, says "I want to build…", asks for market/competitor research before coding, or has only a rough concept and no written brief yet. Do not use when the user already has…
Skill Claude CodeCodex
Adopts a project that already has documents into TStack — reads pre-existing material (a written PRD, discovery notes, design or architecture docs in their own format, not TStack's), reflects intent back, classifies coverage, and distills it into a quarantined draft at docs/adopted/ that the owning chain skill then…
Skill Claude CodeCodex
Plans the next milestone for a TStack-managed project. Reads docs/ROADMAP.md to identify which milestone is up, creates the feature branch, reads every doc the milestone's "Read before starting" section names, enters plan mode, and produces an approved implementation plan. Use when docs/ROADMAP.md exists and the user…
Skill Claude CodeCodex
Turns a completed business brief into docs/PRODUCT.md — the product requirements doc with features, user flows, data models, and acceptance criteria (Given/When/Then for deterministic features, eval-based for AI/LLM features, measurable thresholds for performance). Use when docs/1 - Discovery/business-brief.md exists…
Skill Claude CodeCodex
Plans a structural or technical refactor for an existing TStack project — a change to how the system is built (migrate a library, split a module, swap a provider, pay down debt) with little or no change to what the product does — kept anchored to the product's original goal, centered on a superseding ADR and…
Skill Claude CodeCodex
Reads the full docs/ tree and produces docs/ROADMAP.md — a dependency-sequenced list of milestones with "Read before starting" doc pointers and "Done when" criteria. Always mandates an M0 — Infrastructure baseline milestone covering CI, secrets, deployment skeleton, and observability bootstrap. Use when…
Skill Claude CodeCodex
Specifies a new feature for an existing TStack project. Interviews the user about the change, proposes which docs need updates (PRODUCT.md, ARCHITECTURE.md, API.md, breakout specs) with per-item approval before editing, then appends new milestones to docs/ROADMAP.md. Use when docs/PRODUCT.md already exists and the…
Skill Claude CodeCodex
Read-only inspector for a TStack-managed project. Reads the docs/ tree, ROADMAP.md status, and git state and reports project status in chat — what's shipped, what's up next, blocked or in-progress milestones, missing mandatory docs, and doc drift (e.g. PRODUCT.md edited after ROADMAP.md was last synced). On request it…
Skill Claude CodeCodex
Closes out a work session by sweeping for things that should be documented but aren't — decisions, tradeoffs, gotchas, or operational events (stale branches, deferred criteria, manual steps, new dependencies) from the session's work — then writes each genuine gap to its right home (a dated ADR in DECISIONS.md, a…