What problem does it solve?
This Skill standardizes the process of building task-oriented Agently workflows, providing a production-grade scaffold that includes task execution (run/streaming), a regression-test suite, and an offline OpenAI-compatible stub for validation without external keys.
Core Features & Use Cases
- Scaffolds a production-ready Agently task with task.py and asgi_app.py, plus an offline stub for tests.
- Generates a PyTest-based regression harness and an OpenAI-compatible stub to validate streaming, schema, and outputs offline.
- Provides a service-ready skeleton (ASGI app) for SSE/POST endpoints to prototype deployments and CI-ready workflows.
- Lets teams adopt a minimal contract (task.py, asgi_app.py, tests) and a scaffold script to bootstrap tests, docs, and CI checks.
Quick Start
Use the scaffold tool to generate a new task and run offline tests:
python3 ~/agent/skills/agently-task-dev/scripts/scaffold_task_with_tests.py my_task --out .
pytest -q