Topic: json-driven
104 skills in this topic.
-
team-ultra-analyze
Deep collaborative analysis team skill. All roles route via this SKILL.md. Beat model is coordinator-only (monitor.md). Structure is roles/ + specs/. Triggers on "team ultra-analyze", "team analyze".
catlog22/Claude-Code-Workflow 1,785
-
team-ux-improve
Unified team skill for UX improvement. Systematically discovers and fixes UI/UX interaction issues including unresponsive buttons, missing feedback, and state refresh problems. Uses team-worker agent architecture with roles/ for domain logic. Coordinator orchestrates pipeline, workers are team-worker agents. Triggers on "team ux improve".
catlog22/Claude-Code-Workflow 1,785
-
team-visual-a11y
Unified team skill for visual accessibility QA. OKLCH color contrast, typography readability, focus management, WCAG AA/AAA audit at rendered level. Uses team-worker agent architecture. Triggers on "team visual a11y", "accessibility audit", "visual a11y".
catlog22/Claude-Code-Workflow 1,785
-
workflow-execute
Autonomous workflow execution pipeline with CSV wave engine.
Session discovery → plan validation → IMPL-*.json → CSV conversion →
wave execution via spawn_agents_on_csv → results sync.
Task JSONs remain the rich data source; CSV is brief + execution state.
catlog22/Claude-Code-Workflow 1,785
-
workflow-lite-plan
Explore-first wave pipeline. Decomposes requirement into exploration angles, runs wave exploration via spawn_agents_on_csv, synthesizes findings into execution tasks with cross-phase context linking (E*→T*), then wave-executes via spawn_agents_on_csv.
catlog22/Claude-Code-Workflow 1,785
-
workflow-plan
Planning pipeline with multi-mode routing (plan/verify/replan). Session discovery →
context gathering (spawn_agent) → conditional conflict resolution → task generation
(spawn_agent or N+1 parallel agents) → plan verification → interactive replan.
Produces IMPL_PLAN.md, task JSONs, TODO_LIST.md.
catlog22/Claude-Code-Workflow 1,785
-
workflow-tdd-plan
TDD planning pipeline with multi-mode routing (plan/verify). Session discovery →
context gathering (spawn_agent) → test coverage analysis (spawn_agent) → conditional
conflict resolution → TDD task generation (spawn_agent) → structure validation →
interactive verification. Produces IMPL_PLAN.md with Red-Green-Refactor cycles,
task JSONs, TODO_LIST.md.
catlog22/Claude-Code-Workflow 1,785
-
workflow-test-fix-cycle
End-to-end test-fix workflow generate test sessions with progressive layers (L0-L3), then execute iterative fix cycles until pass rate >= 95%. Combines test-fix-gen and test-cycle-execute into a unified pipeline. Triggers on "workflow:test-fix-cycle".
catlog22/Claude-Code-Workflow 1,785