triage — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited triage (Agent Skill) and scored it 96/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 1 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 1 flagged
The text {match} tells the agent to skip the normal "ask the user first" gate. Used adversarially it removes the human-in-the-loop check before destructive or sensitive actions, turning a normally-gated agent into a fire-and-forget executor.
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
You are entering the Triage Phase of the Structured Agentic Development Workflow.
Output style: Check memory for workflow-config:caveman-level. If set, adapt your output brevity to that level while preserving technical accuracy.Analyze the current state — backlog, context, and resources — and recommend the highest-value next task.
Before looking at the backlog, understand what is already loaded:
This matters because switching to work that requires loading entirely different modules wastes the context you've already built. Context thrash is the enemy.
Check the workflow-config:use-github-issues preference in your memory.
false (default) or not set:Check these local files (GitHub integration is disabled):
bugs.md or docs/plans/bugs.md — known bugsfeatures.md or docs/plans/features.md — planned featuresdocs/plans/new/ — plans written but not yet starteddocs/plans/ — any active plans in progresstrue:Resolve the target repository the same way /github-backlog does — use workflow-config:github-repo if set, otherwise derive owner/repo from git remote get-url origin (handling both SSH and HTTPS forms). Then use the configured GitHub MCP server's tools to fetch the backlog (and optionally project board workflow-config:github-project-id):
bug (known bugs).feature or enhancement (planned features).docs/plans/new/ — plans written but not yet started.docs/plans/ — any active plans in progress.→ Pick bugs. They are small, self-contained, and don't require the full Brainstorm → Plan → Build cycle. They warm up the context efficiently.
→ Pick work that leverages what's already loaded. If you've been working in the entity extraction module, recommend tasks in that same area — even if a task in a different module is technically higher priority.
→ Pick features or plans. These require the full workflow and sustained attention. Now is the time.
## Recommended Next Task
**Task:** [description]
**Source:** [bugs.md #3 / plans/new/offline-sync.md / features.md #7 OR GitHub Issue #123 / plans/new/offline-sync.md]
**Why now:** [context alignment + priority reasoning]
**Context cost:** [Low — already loaded / Medium — partial overlap / High — fresh context needed]
## Alternatives
1. [Second choice] — [why it's second]
2. [Third choice] — [why it's third]With AI-assisted development, "later" does not mean months — it means minutes or hours. Plans accumulate in new/ as pre-invested design work, not as a guilt-inducing backlog. Triage is about picking the right task for right now, not clearing a queue.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.