
from yonatangross
Patterns and workflows for creating, sequencing, and managing task dependencies using TaskCreate/TaskUpdate/TaskGet/TaskList tools to coordinate multi-step impl
Provides concrete patterns for breaking complex work into atomic tasks, expressing dependency chains, and managing task lifecycles (pending → in_progress → completed → deleted). Includes team coordination patterns for shared task lists and peer messaging.
Use this skill when you need to decompose large features into trackable tasks, enforce execution order across parallel work, coordinate multi-agent teams, or provide visibility into progress and blockers. Ideal for implementation planning, cross-file changes, and release coordination.
scripts/ present for helpers and automationreferences/ includes deeper patterns and status-workflow docsaddBlockedBy), status workflows, deletion rules, activeForm usage, team workflows, and context exhaustion handlingDesigned for Claude Code / Claude-based workflow agents (Claude Code 2.x+) and multi-agent teams; applicable in agents that expose TaskCreate/TaskUpdate/TaskGet/TaskList tools.
A skill for managing task dependency patterns using Claude Code's Task Management tools (TaskCreate/TaskUpdate/TaskGet/TaskList). Provides structured patterns for task decomposition, dependency chains, status workflows, agent teams coordination, and peer messaging. The bundled script (task-tree-visualizer.py) runs successfully and renders ASCII dependency trees from JSON input — it exited 0 with --sample mode, though the dry run piped empty stdin producing a JSON parse error as expected. No security concerns; the script is a standalone visualizer with no network calls or destructive actions.
Clean, well-structured reference skill. No network calls, no credentials, no destructive commands. The script is a pure visualizer that only processes local JSON input. Architecture follows skill spec well with frontmatter, progressive disclosure via references/, and a focused single script. Usefulness is moderate — useful for Claude Code users specifically, but the audience is narrow and Claude Code already has built-in task management guidance.
Cross-Project Analytics
Query local, privacy-safe cross-project analytics to report on agent, skill, hook, and team performance; replay sessions and estimate token costs.
Review PR
Deep pull-request code review using parallel specialized agents (quality, security, tests, architecture, performance) and synthesized review reports for approve
Write PRD (Product Requirements Document)
Generate an 8-section Product Requirements Document with user stories, INVEST-formatted acceptance criteria, and go/no-go criteria to turn product vision into e
Telemetry Inspect
Run a read-only health check of OrchestKit's telemetry pipeline: writer activity, file sizes, schema lock coverage, orphan files, and growth trends.
Design Ship
Turn a Claude Design handoff URL or bundle into a reviewable GitHub PR with generated Storybook stories, Playwright tests, and before/after verification.
Dream — Memory Consolidation
Automated nightly memory consolidation: prunes stale memory files, merges duplicates, resolves contradictions, and rebuilds MEMORY.md indexes with deterministic
Scope-Appropriate Architecture
Prevents over-engineering by right-sizing architectural patterns to the project's actual scope using a 6-tier classification system.
Responsive Patterns
Practical patterns for responsive UI: container queries, fluid typography, intrinsic layouts, and foldable-device support for React components.
Verify
Run comprehensive verification: parallel agents for tests, security, coverage, grading and improvement suggestions; produces evidence-backed verification report
Animation & Motion Design
Implement high-performance, accessible UI animations using the Motion library and the native View Transitions API.