README for prompts
01-contract.mddefines instruction precedence, authority, safety, interaction phases, and output rules.02-workflow.mddefines the execution sequence for tasks.03-conventions.mddefines formatting, naming, repository structure, and file operations.how-to-write-tasks.mddefines the format and rules for human-authored tasks.how-to-write-features.mddefines the format and rules for human-authored features.how-to-write-episodes.mddefines the format and rules for human-authored episodes.common/00-overview.mddescribes the purpose of shared prompt files.common/01-requirements.mddefines requirements that apply globally.common/02-universal-rules.mddefines scope, clarification, safety, anti-hallucination, privacy-boundary, risky-operations, and output rules.common/03-glossary.mddefines project terminology and protocol concepts.flavors/01-semantic-sort-naming.mddefines the canonical semantic-sort naming rules.flavors/may contain additional language-specific flavors when the project targets that language.features/contains feature-specific requirements.tasks/contains task-specific prompt definitions.episodes/contains episode work orders.
Loading Rules
- Always load the authoritative project-rule files listed in
02-workflow.md. - The numeric prefixes in the filenames mark the load order defined there.
- Load only feature or task files explicitly referenced by the current task or by a directly referenced dependency.
Canonical Files
The following filenames are canonical and must not be renamed or duplicated without an explicit task:
01-contract.md02-workflow.md03-conventions.mdhow-to-write-tasks.mdhow-to-write-features.mdhow-to-write-episodes.mdcommon/00-overview.mdcommon/01-requirements.mdcommon/02-universal-rules.mdcommon/03-glossary.mdflavors/01-semantic-sort-naming.md