Implementation Prompt Author
Independent PiSkill directory guide. The original prompt remains hosted by Microsoft PromptKit.
What does this prompt do?
Creates an execution-ready implementation prompt from approved requirements and design evidence, including scope, files, checks, and stopping conditions.
Primary use case
Prepare a precise coding-agent prompt for a scoped implementation task.
Expected output
A bounded implementation prompt with explicit verification requirements.
Inputs or variables
- requirements
- design
- acceptance criteria
Related prompts
Prompt Enhancer
Improves an existing prompt by clarifying intent, context, inputs, constraints, workflow, expected output, and validation while preserving the original goal.
Prompt Linter
Reviews reusable prompts for ambiguity, missing inputs, unsafe assumptions, unclear outputs, excessive permissions, brittle syntax, and weak verification instructions.
Prompt Portability Evaluation
Evaluates whether a prompt can move between agents, models, repositories, and tool environments without relying on hidden assumptions or unsupported syntax.
Code Compliance Audit
Audits implementation code against explicit engineering requirements and reports supported compliance gaps without substituting preferences for documented rules.
Compiler Warning Fixer
Investigates compiler warnings, separates root causes from symptoms, applies behavior-preserving fixes, and verifies that warning suppression is justified when used.
Exhaustive Bug Hunt
Runs a systematic bug investigation across changed behavior, edge cases, error paths, concurrency, state, and integration boundaries with evidence requirements.