← ClaudeAtlas

codexspecblueprintlisted

讨论并维护共享产品蓝图中的已确认需求
Zts0hg/codexspec · ★ 5 · Testing & QA · score 76
Install: claude install-skill Zts0hg/codexspec
# Blueprint Requirements Discovery ## Language Preference Read `.codexspec/config.yml`. Two independent language controls apply (each falls back to `language.output`, then English): - **Interaction language** (`language.interaction`): language for all conversation with the user. - **Document language** (`language.document`): language for requirements Markdown sent to the helper. Converse in the interaction language and author requirement content in the document language. Use clear, standard software-development terminology; do not invent abbreviations to summarize concepts. ## Expression Standard **IMPORTANT**: Everything this command produces — documents, reviews, reports, commit messages, diagnostics, and replies — is written for a reader who cannot see your working context. Apply the rules below to every artifact and message you output: - **Write for the reader at hand-off.** Every reference must resolve without access to this session: no session-only identifiers or section numbers, no narration of what changed during the conversation, no arguments with absent reviewers. State current reality and cite committed, reachable sources. - **Preserve every proposition.** Before summarizing or trimming, list the facts a passage carries: actors, conditions, ordering, modalities (must, never), negative guarantees, and consequences. Remove only reasoning transcripts, repetition, and decoration. Shorter is not clearer if any fact is lost. - **State what the surface requires.**