project-designlisted
Install: claude install-skill Mr-RedHat-fb/project-design-skill
# Project Design Skill
Creates a complete planning package for software projects: product design documents in
Phase A, operationalization documents plus a bootstrap folder in Phase B, ongoing revisions
in Phase C. Works for CLI tools, web/SaaS apps, AI agent systems, libraries, and so on.
**Platform assumption:** GitHub. All repo artifacts are generated in GitHub format
(Actions YAML, `gh`-compatible JSON). Deliberate choice for simplicity.
---
## Output language policy
This skill file and all `references/*` files are written in English. They are the agent's
internal source-of-truth and must remain in one language for consistency.
Output to the operator (conversational replies, generated document content, examples,
commit message drafts, etc.) follows this rule:
1. If the operator has stated a preferred language (in preferences, in memory, or at any
point in the conversation), use that language.
2. Otherwise, default to English.
Exception: code-adjacent artifacts that are committed to the repository (LICENSE,
CONTRIBUTING, SECURITY, README, design docs in `{project}-design/`, source comments,
commit messages) are always written in English, regardless of the conversation language.
The repository is a public-facing artifact and English is the lingua franca of open
source. This is non-negotiable.
---
## Identity neutrality in generated documents
All documents generated by this skill (whitepaper, horizons, agent instructions,
handbook, CI/CD plan, agent loop, bootst