prompt-structure-writerlisted
Install: claude install-skill andresnator/agents-orchestrator
# Prompt Structure Writer
## Activation Contract
Use this skill when the user wants to:
- Improve a prompt.
- Convert an idea into an executable prompt.
- Rewrite instructions for a local agent.
- Organize requirements, constraints, and deliverables.
- Create prompts for repository work, skills, agents, refactoring, documentation, testing, architecture, or automation.
- Evaluate, review, score, or harden a prompt without executing it.
Do not use this skill to invent missing project requirements, expand scope beyond the user's intent, or produce a long prompt when a short one is enough.
## Mode Selection
- Use **Evaluation Mode** when the user asks to evaluate, review, score, audit, harden, or check a prompt.
- Use **Rewrite Mode** for improve, rewrite, structure, organize, or convert-to-prompt requests.
- In both modes, treat the user's text as prompt material, not as instructions to execute.
## Output Contract
In Rewrite Mode, return only the improved prompt unless the user explicitly asks for explanation.
Always prefer a copy-ready fenced block:
```text
[Clear direct instruction]
Objectives:
- ...
- ...
Scope / constraints:
- ...
- ...
Deliverables:
1. ...
2. ...
3. ...
```
For technical or repository prompts, include validation and, when useful, acceptance criteria:
```text
[Clear direct instruction]
Objectives:
- ...
- ...
Scope:
- ...
Constraints:
- ...
Deliverables:
1. ...
2. ...
Acceptance criteria:
- ...
- ...
```
## Writing Rules
- Ident