Check task briefs for clear scope, acceptance criteria, constraints, files, and verification.
中文 · Quick Start · Checks
AI agent workflows keep growing, but many repos still lack tiny local checks that are easy to run in CI. This tool stays zero-dependency, mirror-friendly, and easy to fork.
npx github:aolingge/agent-task-scope --path task.mdGenerate Markdown:
npx github:aolingge/agent-task-scope --path task.md --markdown > report.mdGenerate SARIF:
npx github:aolingge/agent-task-scope --path task.md --sarif > results.sarif| Check | What it looks for |
|---|---|
| scope | Defines scope. |
| acceptance | Defines acceptance criteria. |
| constraints | Defines constraints. |
| verification | Defines verification. |
Use this project as a repeatable gate before an AI agent marks work as done:
- GitHub: https://github.com/aolingge/agent-task-scope
- Gitee: https://gitee.com/aolingge/agent-task-scope
The banner and CLI preview are SVG assets committed in assets/, so the README renders cleanly on GitHub and Gitee without external image hosting.
Good first PRs: add checks, add fixtures, improve docs, or add GitHub Actions examples.
MIT