ezagent avatar

ezagent

Official

@ezagent42

0Followers
|
24Public Repos
|
15Published Skills

Orchestrates software development lifecycles by mapping product requirements to structured task execution, dependency management, and milestone validation.

Skills Distribution
DomainDeveloper To...Project Scheduling (40%)Requirement Engine.. (30%)Quality Assurance (30%)

Agent Skills by ezagent

Showing 15 vetted skills indexed across 1 GitHub repositories.

ezagent42ezagent42
1

start-task

Validate prerequisites, update status, and route tasks into dev-loop workflows.

Official
Advanced
ezagent42ezagent42
1

smoke-test

Execute automated milestone gate checks across tasks, tests, and artifacts.

Official
Advanced
ezagent42ezagent42
1

gap-scan

Compare implemented features against prd-structure.yaml to classify gaps as implemented, partial, or missing.

Official
Advanced
ezagent42ezagent42
1

prd-analyze

Extract modules, user stories, NFRs, constraints, and dependencies from a PRD into YAML.

Official
Advanced
ezagent42ezagent42
1

plan-schedule

Plan tasks.yaml into capacity-constrained batches and milestone gates with YAML/MD artifacts.

Official
Advanced
ezagent42ezagent42
1

next-task

Identify and recommend the next executable task by evaluating dependencies, status, and priority.

Official
Advanced
ezagent42ezagent42
1

ingest-docs

Parse Markdown inputs into gap-analysis, prd-structure, and task_hints YAML artifacts.

Official
Advanced
ezagent42ezagent42
1

autorun

Orchestrate task queues autonomously with parallel dispatch and milestone smoke tests.

Official
Advanced
ezagent42ezagent42
1

retro

Analyze milestone execution data to generate structured retrospective recommendations.

Official
Advanced
ezagent42ezagent42
1

batch-dispatch

Coordinate parallel task execution with pre-flight checks and conflict analysis.

Official
Advanced
ezagent42ezagent42
1

contract-check

Analyze contract diffs and report impacted tasks and code paths.

Official
Advanced
ezagent42ezagent42
1

task-status

Compute a real-time project progress dashboard from tasks.yaml and task-status.md data.

Official
Intermediate
ezagent42ezagent42
1

continue-task

Advance an in-progress task to its next dev-loop checkpoint from task-status files.

Official
Advanced
ezagent42ezagent42
1

task-gen

Convert gap analysis results into a structured task list with dependencies.

Official
Advanced
ezagent42ezagent42
1

using-prd2impl

Routes PRD-to-Implementation workflows to appropriate subskills across phases 0-13.

Official
Advanced

Frequently Asked Questions About ezagent

FAQPage Schema
What 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.