stride-enriching-tasks

Convert sparse Stride task prompts into fully specified task definitions via codebase exploration.

5|3|Updated Oct 19, 2025
One-click install
npx skills add https://github.com/cheezy/kanban --skill stride-enriching-tasks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stride-enriching-tasks
Source: https://github.com/cheezy/kanban/tree/main/docs/multi-agent-instructions/skills/stride-enriching-tasks
Command: npx skills add https://github.com/cheezy/kanban --skill stride-enriching-tasks

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill converts sparse Stride task prompts into fully specified task definitions by exploring the codebase to discover key_files, testing_strategy, verification_steps, acceptance_criteria, and related context needed for automated enrichment.

Core Features & Use Cases

  • Automates discovery of missing task fields by inspecting code patterns, existing tests, and templates.
  • Produces deterministic enrichment outputs that align with project conventions, reducing human back-and-forth.
  • Used by the orchestrator during stride-workflow enrichment prior to task claiming to ensure consistency.

Quick Start

Provide a sparse task title and description to trigger automated enrichment and generate a complete task specification.

Frequently Asked Questions about stride-enriching-tasks

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate codebase exploration to enrich sparse task definitions?

Automating codebase exploration to enrich sparse task definitions involves inspecting code patterns, existing tests, and templates to discover key_files, testing_strategy, and verification_steps. This skill converts sparse prompts into fully specified task definitions with deterministic outputs.

What is task enrichment in a stride orchestrator workflow?

Task enrichment in a stride orchestrator workflow is the process of converting sparse task prompts into fully specified definitions before claiming. It performs targeted codebase exploration to identify acceptance_criteria, dependencies, patterns_to_follow, and potential pitfalls for consistent execution.

How do I generate testing strategy and verification steps from a sparse task prompt?

Generating testing strategy and verification steps from a sparse task prompt requires targeted codebase exploration to identify relevant code patterns and existing tests. This skill summarizes findings into guidance for dependencies and potential pitfalls to enable consistent task execution.

Does this task enrichment skill require any dependencies or component installs?

This task enrichment skill requires no dependencies or component installs. It operates during the orchestrator's enrichment phase before claiming by performing targeted codebase exploration to produce deterministic outputs aligned with project conventions.

Can I use automated task enrichment to reduce manual discovery time for acceptance criteria?

Automated task enrichment reduces manual discovery time for acceptance criteria by exploring the codebase to discover missing task fields. It inspects existing tests and templates to produce deterministic enrichment outputs that align with project conventions, reducing human back-and-forth.