T Html Show
Generate HTML Preview for any Markdown document, helping humans quickly understand content.
T Backend Finalize
Run backend finalization after backend acceptance by simplifying code, running clippy, formatting, exporting OpenAPI, and generating the frontend API client. Use when the user runs /t-backend-finalize with a feature name after backend acceptance is completed.
T Demo Accept
Validate demo tests cover user stories, compile and pass, and output structured acceptance reports.
T Design
Generate technical design documents including API design, database schema, and implementation details for a feature.
T Task
Convert technical design documents into executable phased task plans with work breakdown and dependencies.
T Ui Design
Explore frontend UI directions for a feature after PRD check and before technical design. Generates multiple single-file HTML mockup variants, a comparison board, feedback history, winner mockup, and ui-spec handoff without using image generation, Figma, external UI tools, or production React code.
T Release
Bump project version, create git tag, and push release commit to remote.
T Design Check
Evaluate technical design documents for implementability, completeness, and consistency with a quantitative 100-point score.
T Decision
Decide whether a feature should enter the t-tools workflow before tech research or PRD.
T Prd Publish
After implementation and acceptance, summarize the draft PRD against delivered facts, then revise the existing formal PRD.
T Init
Initialize a full-stack project skeleton with Rust backend (Axum + SeaORM + Redis) and React frontend (TypeScript + TanStack + Tailwind).
T Backend Test Run
运行定向 Rust 后端测试,诊断失败,委派生产代码修复,并在不削弱场景测试语义的前提下重测。
T Push
由 AI 基于 git diff 总结提交内容,使用脚本运行受影响区域 CI,通过后 git commit && git push。
T Dream
Organize and realign PRDs, user stories, design/task docs, implementation facts, and project structure so the target project keeps a clean current context instead of accumulating stale or misleading information. Use when asked to audit documentation drift, structure drift, traceability gaps, whether PRD/code/test/demo directory organization and module boundaries are reasonable, or to merge/prune/…
T Prd Check
Validate draft PRD, HTML Preview, published PRD baseline, and user stories for quality and consistency.
T Run
Execute phased task plans by dispatching work to specialized sub-agents for backend, frontend, miniapp, or demo phases.
T Doc
|
T Tech Research
Assess technical feasibility for a feature. Scans codebase, checks dependencies, researches libraries, and writes a structured report under .ai/tech-research/.
T Demo Run
Run a single demo E2E test file, diagnose failures, dispatch fixes to agents, and re-run until pass.
T Demo Run All
Discover and run all demo E2E tests sequentially with auto-fix support and summary report generation.
T Prd
Create or update draft PRD, HTML Preview, and user stories for a feature.
T Task Check
Validate task plan executability and consistency with a 100-point score and P0/P1/P2 fix list.