task — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited task (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
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.
Quickly add new tasks to MASTER_PLAN.md with automatic sequential ID generation.
/master-plan:task - Main commandSearch for the plan file in order:
docs/MASTER_PLAN.mdMASTER_PLAN.mdmaster-plan.mddocs/master-plan.mdIf not found: Create docs/MASTER_PLAN.md using the template structure (see "Initial Setup" section below).
Read the MASTER_PLAN.md file and find all existing task IDs:
(TASK|BUG|FEATURE|ROAD|IDEA|ISSUE|INQUIRY)-(\d+)CRITICAL: IDs are sequential across ALL types. If TASK-42 and BUG-43 exist, the next ID is 44 regardless of type.
Immediately output to user:
Using task number: [ID]This must happen BEFORE asking any questions.
Use AskUserQuestion to collect:
TASK — New feature or improvementBUG — Bug fixFEATURE — Major new featureINQUIRY — Investigation (not a fix, just understanding something)P0 — Critical / BlockerP1 — High priorityP2 — Medium priority (Recommended)P3 — Low priority / BacklogThen ask in plain text: "What's the task title? (Keep it concise, under 50 chars)"
Optionally ask: "Any additional description? (Or just press enter to skip)"
#### 4a. Add to Roadmap Table (if one exists)
Look for a markdown table with task IDs. Insert a new row:
| **[TYPE]-[ID]** | **[Title]** | **[Priority]** | PLANNED | - |#### 4b. Add Detailed Section
Add a new ### section at the appropriate place (typically at the end of the active work area, before completed tasks):
### [TYPE]-[ID]: [Title] (PLANNED)
**Priority**: [Priority]
**Status**: PLANNED (YYYY-MM-DD)
[Description if provided]
**Tasks**:
- [ ] [First step — infer from context or ask user]For P0/P1 tasks, add a note that this is high priority.
Output to user:
Task added to MASTER_PLAN.md:
- **ID**: [TYPE]-[ID]
- **Title**: [Title]
- **Priority**: [Priority]
- **Status**: PLANNED
Use `/master-plan:next` to start working on it, or `/master-plan:done [ID]` when complete.If no MASTER_PLAN.md exists, create docs/MASTER_PLAN.md with this structure:
# MASTER PLAN
> Project task tracking and roadmap.
## Roadmap
| ID | Title | Priority | Status | Dependencies |
|----|-------|----------|--------|--------------|
## Active Work
<!-- New task sections are added here -->
## Completed
<!-- Done tasks are moved here -->Also create the docs/ directory if it doesn't exist.
| Prefix | Usage |
|---|---|
TASK-XXX | Features and improvements |
BUG-XXX | Bug fixes |
FEATURE-XXX | Major features |
ROAD-XXX | Roadmap items |
IDEA-XXX | Ideas for later |
ISSUE-XXX | Known issues |
INQUIRY-XXX | Investigations |
~~ID~~) only when marking tasks DONE~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.