timzaak
- 29 skills
- 0 followers
- 5 hours ago last updated
- ▌ T Doc · timzaak bundleGenerate human-readable project documentation — tutorials, getting-started guides, architecture overviews, API references, deployment or onboarding docs — by scanning the codebase for real facts. Output prefers an existing docs-web site over docs/tutorials/. Use when the user asks to write project docs, tutorials, guides, onboarding material, or a module walkthrough. Not for PRDs, technical designs, or API schema generation.
- ▌ T How · timzaakInteractive guide that teaches how to use the t-tools plugin. Explains the Decision -> PRD/Tech Research -> Design -> Task -> Run -> Demo -> Release workflow, maps the user's goal or question to the right /t-tools:t-* entry command, and shows preconditions and next steps. Use when the user types "/t-tools:t-how" or asks how this plugin works, which command fits a goal, or how stages connect. Teaching only; never executes stages or writes target-project files.
- ▌
- ▌ T Run · timzaakExecute phased task plans for backend, frontend, Chrome extensions, miniapp, Flutter, Web Demo, or Flutter Demo.
- ▌ T Init · timzaak bundleInitialize a full-stack project skeleton with Rust backend (Axum + SeaORM + Redis) and React frontend (TypeScript + TanStack + Tailwind).
- ▌
- ▌ T Task · timzaakConvert technical design documents into executable phased task plans with ordered work breakdown.
- ▌ T Dream · timzaakOrganize 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/rewrite PRDs into concise current authority sources.
- ▌ T Design · timzaak bundleGenerate technical design documents including API design, database schema, and implementation details for a feature.
- ▌
- ▌ T Decision · timzaak bundleDecide whether a feature should enter the t-tools workflow before tech research or PRD.
- ▌ T Figma UX · timzaakStandalone motion-refinement entry that polishes interaction and animation of an already-implemented UI, using Figma prototype evidence and animation principles distilled for interfaces.
- ▌ T Simplify · timzaakReview the changed code for reuse, simplification, efficiency, and altitude issues with 4 parallel read-only reviewers, then apply the fixes directly. The default scope is the upstream range plus uncommitted changes; a PR / branch / file target replaces it. Quality cleanup only, not bug hunting.
- ▌ T Figma Fix · timzaakIndependently refine one Figma UI region in an existing implementation, whether produced by t-figma-impl or written by hand, and distill validated project rules.
- ▌
- ▌ T Prd Check · timzaakValidate draft PRD, published PRD baseline, and user stories for quality and consistency.
- ▌ T Super Run · timzaakPlan and execute the explicitly requested backend, frontend, web-demo, flutter, or flutter-demo phase in one persistent main-session Goal with outcome-level status, role-guide switching for dev/test, validation, recovery, and acceptance loops that dispatch a read-only accept subagent; each invocation runs exactly one phase and stops before the next.
- ▌ T Figma Impl · timzaakReconstruct and implement a complete Figma UI in an existing frontend file, using prepared assets and measurable acceptance.
- ▌ T Task Check · timzaakValidate task plan executability and consistency with a 100-point score and P0/P1/P2 fix list.
- ▌ T Prd Publish · timzaakAfter implementation and acceptance, summarize the draft PRD against delivered facts, then revise the existing formal PRD.
- ▌ T Design Check · timzaakEvaluate technical design documents for implementability, completeness, and consistency with a quantitative 100-point score.
- ▌ T Figma Assets · timzaakDiscover, download, flatten, convert, place, and verify image/video assets for a Figma UI implementation.
- ▌ T Web Demo Run · timzaakRun a single demo E2E test file, diagnose failures, dispatch fixes to agents, and re-run until pass.
- ▌ T Tech Research · timzaak bundleAssess technical feasibility for a feature. Scans codebase, checks dependencies, researches libraries, and writes a structured report under .ai/tech-research/.
- ▌ T Web Demo Accept · timzaakValidate demo tests cover user stories, compile and pass, and output structured acceptance reports.
- ▌
- ▌ T Web Demo Run All · timzaakDiscover all non-live Demo E2E tests and run them one file at a time in the main session, diagnosing and fixing failures inline, restarting the environment after backend code changes and rebuilding demo data between files, until every file is resolved or exhausts its retry budget. Supports an optional scan mode that pre-runs all files without repairing, clusters failures by shared root cause, and fixes each unique cluster once before re-verifying affected files.
- ▌ T Flutter Demo Accept · timzaakAccept Android Patrol demos against their user stories and execution evidence.
- ▌ T Flutter Demo Run All · timzaakRun all Android Patrol user-story demo files with resumable checkpoints.