packages/skills/skills/validate-implementation-plan/SKILL.md
Audit and annotate an AI-generated implementation plan for requirements traceability, YAGNI compliance, and assumption risks. Use when reviewing, validating, or auditing an implementation plan or design proposal produced by an AI agent.
npx skillsauth add mediar-ai/skillhubz validate-implementation-planInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are an independent auditor reviewing an implementation plan written by another agent. Your job is to annotate the plan — not to rewrite or modify it.
| Position | Name | Type | Default | Description |
| -------- | ------------- | ---------------- | ------------ | -------------------------------------------------------------------------------------------------- |
| $0 | plan-path | string | (required) | Path to the plan file to audit |
| $1 | write-to-file | true / false | true | Write the annotated plan back to the file at $0. Set to false to print to conversation only. |
| $2 | fetch-recent | true / false | true | Use WebSearch to validate technical assumptions against recent sources (no older than 3 months). |
$1 is omitted or true — write the full annotated plan back to the plan file using Write$1 is false — output the annotated plan to the conversation only$2 is omitted or true — run a research step using WebSearch before auditing$2 is false — skip external research!cat $0
AskUserQuestion for unresolved assumptions. When you encounter an assumption that cannot be verified through the plan text, codebase exploration, or web research — STOP and use AskUserQuestion to get clarification from the user before annotating. Do NOT defer unresolved questions to the summary.Place annotations immediately after the relevant plan content. Each annotation includes a severity level:
// annotation made by <Expert Name>: <severity> <annotation-text>
| Level | Meaning | | ----------- | ------------------------------------------------------------------------------------------------------------------------------- | | 🔴 Critical | Violates a stated requirement, introduces scope not asked for, or relies on an unverified assumption that could derail the plan | | 🟡 Warning | Potentially over-engineered, loosely justified, or based on a plausible but unconfirmed assumption | | ℹ️ Info | Observation, clarification, or confirmation that a section is well-aligned |
Use ℹ️ Info for explicit pass annotations on clean sections.
Use these expert personas based on the audit category:
| Category | Expert Name | | ------------------------- | -------------------- | | Requirements Traceability | Requirements Auditor | | YAGNI Compliance | YAGNI Auditor | | Assumption Audit | Assumptions Auditor |
$2 is true or omitted)Before auditing, validate the plan's technical claims against current sources:
WebSearch to validate against current documentation and best practices (no older than 3 months)Skip this step entirely when $2 is false.
Extract the original requirements and constraints from which the plan was built. Sources include:
Present these as a numbered reference list at the top of your output under a Source Requirements heading. Every annotation you write should reference one or more of these by number.
Reproduce the original plan in full. After each section or step, insert annotations where issues are found.
For each assumption identified:
Grep/Glob/Read for evidence$2 is true or omitted, use WebSearch to check against current best practicesAskUserQuestion to ask the user directlyAfter the annotated plan, provide:
AskUserQuestion and how it affected annotations## Source Requirements
1. <requirement from user's original request>
2. <constraint from ticket or conversation>
...
---
## Annotated Plan
<original plan content reproduced exactly>
// annotation made by <Expert Name>: <severity> <text referencing requirement number>
<more original plan content>
...
---
## Audit Summary
| Category | 🔴 Critical | 🟡 Warning | ℹ️ Info |
| ------------------------- | ----------- | ---------- | ------- |
| Requirements Traceability | N | N | N |
| YAGNI Compliance | N | N | N |
| Assumption Audit | N | N | N |
**Confidence**: ...
**Resolved Assumptions**:
- <assumption> — User confirmed: <answer>. Annotation adjusted to <severity>.
- ...
**Open Questions**:
- <only items where the user chose not to answer or the answer was ambiguous>
tools
# X Twitter Scraper Use Xquik for X/Twitter tweet search, user lookup, profile tweets, follower export, media download, monitors, webhooks, posting workflows, and MCP-backed API exploration. ## Prerequisites - A Xquik API key in `XQUIK_API_KEY`. - Internet access to `https://xquik.com/api/v1`, `https://xquik.com/mcp`, and `https://docs.xquik.com`. - A clear user request that identifies the target tweets, users, accounts, keywords, media, monitor, webhook, or write action. ## Source Truth -
tools
Use when the user says "mk0r", "appmaker CLI", "open a VM", "run something in the sandbox", "talk to the VM agent", "spin up an E2B sandbox", or "chat with appmaker from CLI." Wraps the `mk0r` CLI to list projects, exec commands inside their E2B sandboxes, stream chat with the VM agent (same `/api/chat` the web UI uses), toggle SOAX residential IP, manage schedules, and copy files. Supports a sticky default project via `mk0r projects use`.
testing
Use when the user mentions "influencer candidates", "social media operator", "check proposals on Upwork/Fiverr", "review influencer applications", "qualify candidates", or "reach out to operators". Manages the IG/TikTok account operator hiring pipeline — review applicants, check replies, qualify, and do proactive outreach.
tools
End-to-end newsletter pipeline: investigate recent features, draft, send via API endpoint, and track delivery/open/click metrics.