mhylle

58 mods across 1 repository, 18 stars between them.

tt-brainstorm

49

mhylle/claude-skills-collection

Skill Claude CodeCodex

Tasktracker-native Socratic brainstorming. Refines a raw idea into a frozen brainstorm document tree stored in tasktracker (NOT in docs/brainstorms/.md), with every chosen/deferred/rejected option recorded as a decision and an optional one-way promotion into a task tree. Use whenever a user wants to brainstorm…

18 15d ago A 197 tokens original MIT

tt-create-plan

50

mhylle/claude-skills-collection

Skill Claude CodeCodex

Tasktracker-native implementation planning. Turns a frozen brainstorm (or a clear requirement) into a phased plan persisted as tasktracker phase tasks — NOT as a docs/plans/.md file. Creates requirements with formal acceptance criteria, registers architecture components, generates phases via createPhaseFromTemplate…

18 15d ago A 233 tokens original MIT

tt-implement-phase

51

mhylle/claude-skills-collection

Skill Claude CodeCodex

Tasktracker-native per-phase executor. Runs a SINGLE phase whose scope and sub-tasks live as tasktracker phase + sub-task rows (NOT in a docs/plans/.md file). Honours active-task discipline (setActiveTask on phase AND on each sub-task as worked), respects the locked phase body (HTTP 422 on description edit — design…

18 15d ago A 258 tokens original MIT

tt-implement-plan

52

mhylle/claude-skills-collection

Skill Claude CodeCodex

Tasktracker-native plan orchestrator. Drives execution of a plan whose phases are stored as tasktracker phase tasks (NOT a docs/plans/.md file). Honours active-task discipline (setActiveTask before every artifact-producing call, pauseActiveTask before user waits, clearActiveTask on phase done), respects the locked…

18 15d ago A 243 tokens original MIT

tt-workflow-audit

53

mhylle/claude-skills-collection

Skill Claude CodeCodex

Tasktracker-native project-wide parallel audit using the Claude Code Workflow tool (dynamic workflows). Partitions a repo / backlog / architecture and fans out read-only agents (one per partition) that return schema-checked findings, aggregates them into a deduplicated, ranked risk register, and OPTIONALLY writes…

18 15d ago A 302 tokens original MIT

tt-workflow-build

54

mhylle/claude-skills-collection

Skill Claude CodeCodex

Tasktracker-native trigger for a PARALLEL build via the Claude Code Workflow tool. Thin by design — it does two things, then drives to done: (1) ensure a tasktracker project exists (use the existing one, or create one), then (2) start a dynamic Workflow that builds it, tracking the work in tasktracker and using the…

18 15d ago A 230 tokens original MIT

tt-workflow-run

55

mhylle/claude-skills-collection

Skill Claude CodeCodex

Tasktracker-native autonomous build-loop orchestrator. Drives a first-class workflowrun end-to-end — create the run (Gate 1 lifecycle completeness + Gate 2 zero-defects-in), then loop while getNextReadyTask(projectId) returns a slice — setActiveTask → record a pre-slice scanArchitectureDrift baseline → delegate the…

18 15d ago A 449 tokens original MIT

user-story

56

mhylle/claude-skills-collection

Skill Claude CodeCodex

Generate hierarchical user stories (epics, features, tasks) with formal Given/When/Then acceptance criteria. Works from brainstorm output or standalone. Produces structured requirements that feed directly into create-plan. Triggers on "create user stories", "write stories", "define requirements", "user story", or when…

18 15d ago A 72 tokens original MIT

verification-loop

57

mhylle/claude-skills-collection

Skill Claude CodeCodex

Comprehensive 6-check verification framework for validating implementation quality across build, types, lint, tests, security, and diff review. This skill ensures code meets all quality gates before phase completion. Triggers on "verify implementation", "run verification", "/verification-loop", or automatically as…

18 15d ago A 67 tokens original MIT

workflow-guide

58

mhylle/claude-skills-collection

Skill Claude CodeCodex

Recommend which workflow mode fits the task at hand — solo (implement-plan), small team (team-implement-plan with Implementer + Reviewer), full team (team-implement-plan-full with parallel per-phase implementers + shared Reviewer), or a dynamic workflow (the Workflow tool — deterministic parallel fan-out across…

18 15d ago A 202 tokens original MIT