ezagent
Official@ezagent42
Orchestrates software development lifecycles by mapping product requirements to structured task execution, dependency management, and milestone validation.
Agent Skills by ezagent
Showing 15 vetted skills indexed across 1 GitHub repositories.
start-task
Validate prerequisites, update status, and route tasks into dev-loop workflows.
smoke-test
Execute automated milestone gate checks across tasks, tests, and artifacts.
gap-scan
Compare implemented features against prd-structure.yaml to classify gaps as implemented, partial, or missing.
prd-analyze
Extract modules, user stories, NFRs, constraints, and dependencies from a PRD into YAML.
plan-schedule
Plan tasks.yaml into capacity-constrained batches and milestone gates with YAML/MD artifacts.
next-task
Identify and recommend the next executable task by evaluating dependencies, status, and priority.
ingest-docs
Parse Markdown inputs into gap-analysis, prd-structure, and task_hints YAML artifacts.
autorun
Orchestrate task queues autonomously with parallel dispatch and milestone smoke tests.
retro
Analyze milestone execution data to generate structured retrospective recommendations.
batch-dispatch
Coordinate parallel task execution with pre-flight checks and conflict analysis.
contract-check
Analyze contract diffs and report impacted tasks and code paths.
task-status
Compute a real-time project progress dashboard from tasks.yaml and task-status.md data.
continue-task
Advance an in-progress task to its next dev-loop checkpoint from task-status files.
task-gen
Convert gap analysis results into a structured task list with dependencies.
using-prd2impl
Routes PRD-to-Implementation workflows to appropriate subskills across phases 0-13.
Frequently Asked Questions About ezagent
FAQPage SchemaWhat specific project management tasks does ezagent enable?▼
It enables automated extraction of user stories and constraints from documentation, generation of structured task lists, capacity-constrained batch scheduling, and real-time progress tracking. It further supports milestone validation through gate checks and retrospective analysis of execution data to refine future development cycles.
Which technical personas benefit from these capabilities?▼
Technical project managers, engineering leads, and developers benefit from these capabilities. The system is designed for teams requiring rigorous alignment between product requirement documentation and code implementation, specifically those managing complex dependency chains and milestone-based delivery schedules.
What are the primary prerequisites for running these tasks?▼
The system requires structured input files, specifically prd-structure.yaml for requirement mapping and tasks.yaml for scheduling. Users must maintain task-status.md files to enable real-time progress computation and task advancement. These artifacts serve as the source of truth for all dependency analysis and milestone gate checks.