Requirements Document Authoring
Independent PiSkill directory guide. The original prompt remains hosted by Microsoft PromptKit.
What does this prompt do?
Produces a structured requirements document with traceable goals, constraints, acceptance conditions and unresolved questions.
Primary use case
Turn project context into an implementation-ready requirements document.
Expected output
A structured requirements document.
Inputs or variables
- problem context
- stakeholders
- constraints
Related prompts
Spec Kit Feature Specification
Turns a natural-language feature request into a structured specification centered on user outcomes, functional requirements, edge cases, and measurable success conditions.
Architecture Specification Authoring
Creates an architecture specification that records components, boundaries, interfaces, decisions and validation needs.
Bug Investigation
Guides a focused investigation from symptoms through repository evidence to a defensible root-cause hypothesis.
CI Failure Root Cause
Traces a continuous-integration failure through logs, configuration and recent changes before proposing a targeted repair.
Discover Tests for Changes
Maps changed code to relevant tests, identifies coverage gaps and proposes the commands needed for validation.
Prompt Decomposition
Breaks a complex coding request into explicit objectives, inputs, constraints, dependencies, verification stages, and output contracts suitable for controlled implementation.