analyzer
01Agent
Generic Analyzer agent. Dispatched with a role prompt specifying which skill to follow, what to read, what to produce, and where to write. Loads all analysis skills.
16 tagged specifications, measured the same way as everything else here.
Browse within: Workflow Automation 10
Agent
Generic Analyzer agent. Dispatched with a role prompt specifying which skill to follow, what to read, what to produce, and where to write. Loads all analysis skills.
Agent
Generic sanitizer worker agent. Reads raw specs and rewrites them as clean behavioral specs. Loads sanitization and provenance skills.
Agent
Generate a custom checklist for the current feature based on user requirements.
Agent
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
Agent
Create or update the feature specification from a natural language feature description.
Agent
Reviews an automated test (unit, integration, or e2e) against its Speky test plan, checking that every plan step has a corresponding assertion in code and flagging any gap between spec and implementation. Returns structured feedback. Read-only; the calling agent applies any change. Use when you want to verify that…
Agent
Reviews a Speky requirement — either a draft (TOML/YAML paste) or one already in the spec (by ID) — for atomicity, testability, clarity, and fit. Returns structured feedback. Read-only; the calling agent applies any change. Use when the user wants a second opinion on a requirement before saving it, or wants to audit…
Agent
Reviews a Speky test plan — either a draft (TOML/YAML paste) or one already in the spec (by test ID) — for adherence to step-style rules, fit with the requirement it claims to cover, and overlap with other tests. Returns structured feedback. Read-only; the calling agent applies any change. Use when the user wants a…