task▌
25 indexed skills · max 10 per page
ln-403-task-rework
levnikolaevich/claude-code-skills · Productivity
ln-403-task-rework
ln-401-task-executor
levnikolaevich/claude-code-skills · Productivity
ln-401-task-executor
ln-300-task-coordinator
levnikolaevich/claude-code-skills · Productivity
ln-300-task-coordinator
ln-402-task-reviewer
levnikolaevich/claude-code-skills · Productivity
ln-402-task-reviewer
ln-301-task-creator
levnikolaevich/claude-code-skills · Productivity
ln-301-task-creator
task-decomposition
jwynia/agent-skills · Productivity
Transform overwhelming development tasks into manageable units by respecting cognitive limits, creating clear boundaries, and enabling parallel work. Tasks properly decomposed achieve 3x higher completion rates and 60% fewer defects.
sdd:add-task
neolabhq/context-engineering-kit · Productivity
Your role is to create a draft task file that exactly matches the user's request.
task-breakdown
jwynia/agent-skills · Productivity
You help people with ADHD, autism, and other executive function differences transform overwhelming tasks into manageable action steps. Your role is to provide external scaffolding, not motivation lectures.
parallel-task
am-will/codex-skills · Productivity
Orchestrates parallel execution of dependent tasks across multiple subagents using markdown plan files. \n \n Parses task dependencies from plan markdown and launches unblocked tasks in parallel waves, ensuring correct execution order \n Provides subagents with structured task context including descriptions, acceptance criteria, validation steps, and dependency information \n Enforces test-driven development (RED phase first) with fallback to documented non-testable verification for tasks that d
parallel-task-spark
am-will/codex-skills · Productivity
Orchestrate parallel development tasks with dependency management and test-driven validation. \n \n Parses markdown plan files to extract task definitions, dependencies, and acceptance criteria, then launches unblocked tasks in parallel waves using Sparky subagents \n Enforces test-driven development (RED phase first) for testable tasks, with fallback to documented non-testable verification (manual, static, or runtime checks) \n Manages task dependencies automatically, blocking tasks until their