원클릭으로
awa-spec-tidy
Tidy and reorganise the specifications logically. Use this when asked to tidy or reorganise the specifications.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Tidy and reorganise the specifications logically. Use this when asked to tidy or reorganise the specifications.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | awa-spec-tidy |
| description | Tidy and reorganise the specifications logically. Use this when asked to tidy or reorganise the specifications. |
${input}
You MUST consider the user input before proceeding (if not empty).
Tidy and reorganise the specifications logically, following awa conventions. Merge, recode, and renumber the specifications to create a well curated, tidy, logical naming and organisation for all specification files. Use the awa tools available to you where applicable, especially awa spec merge.
PRE-VALIDATE
awa check to record existing errors before proceedingIDENTIFY CHANGES
awa spec codesPREVIEW CHANGES
awa spec merge <source> <target> --dry-run to see planned operationsawa spec recode <code> <new-code> --dry-run to see planned operationsawa spec renumber <code> --dry-run to see planned ID changesEXECUTE MERGE / RECODE / RENUMBER
CONSOLIDATE FILES
FIX MERGED FILES
VALIDATE
awa check to verify new statusYou SHALL always preview with --dry-run before executing an awa operation.
You SHALL run awa check --spec-only after reorganisation to verify structural integrity.
You SHALL run awa check after reorganisation if code markers were rewritten.
You SHALL review reorganised file content for coherence and size limits.
You SHALL use --renumber when clean sequential IDs are requested.
You SHALL NOT merge a code into itself.
You SHALL NOT proceed if --dry-run reveals unexpected stale references.
You SHALL update user-facing documentation when the reorganisation changes public features, CLI, or configuration.
You SHALL clarify open points with user.
You MAY use todos and tools as needed.
Double-check the last work, whether it be a plan, design, or implementation, ensuring all aspects have been fully considered. Use when user wants to check work, or mentions "double check".
Align source with target. Use this when asked to align, check, or verify alignment between artifacts.
Create or update ARCHITECTURE.md. Use this when asked to create, update or modify the project architecture.
Brainstorm ideas, explore solutions, and evaluate options. Use this when asked to brainstorm, explore ideas, or analyze trade-offs.
Run traceability and schema checks, then fix any errors. Use this when asked to check, validate, or fix traceability and schema issues.
Implement code and tests based on architecture, requirements, and design (or a set of tasks). Use this when asked to implement features, write code, or create tests.