Agent skill
task
Orchestrator skill for the `task` skillset. Standardizes task creation and lifecycle control with explicit validation, chronological awareness, and deterministic integrity.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/task-jordangunn-skills
Metadata
Additional technical details for this skill
- author
- Jordan Godau
- version
- 0.1.0
- skillset
-
{ "name": "task", "skills": [ "task-create", "task-validate", "task-review", "task-activate", "task-invalidate", "task-status", "task-list", "task-next", "task-prev" ], "requires": [], "pipelines": { "allowed": [ [ "task-create" ], [ "task-validate" ], [ "task-review" ], [ "task-activate" ], [ "task-invalidate" ], [ "task-status" ], [ "task-list" ], [ "task-next" ], [ "task-prev" ], [ "task-create", "task-validate" ], [ "task-create", "task-validate", "task-activate" ], [ "task-review", "task-activate" ] ], "default": [ "task-create", "task-validate", "task-activate" ] }, "resources": { "root": ".resources", "assets": [ "schemas/task.frontmatter.schema.json", "schemas/task.hash.schema.json", "schemas/task.schema.json", "schemas/task.00_TASK.template.md" ], "scripts": [ "time.py", "timedelta.py", "task_intent_extract.py", "task_hash.py", "task_status.py", "task_list.py", "task_nav.py" ], "references": [ "README.md", "USAGE.md" ] }, "schema_version": 1 }
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?