Create Methodology Document
Repository continuity composition
For repository-scoped work, compose maintain-repository-continuity in
Resume mode before selecting work. After an authorized repository change
passes domain validation, compose Refresh and Verify immediately before
presenting the pull request, and include the reconciled root CONTINUITY.md in
the same change. A policy-permitted no-change or exemption result must be
documented instead of fabricating an edit.
- Contribute: Repeatable workflow, gates, roles, validation evidence, and unresolved operating choices
- Never claim: That a documented methodology is adopted or executed without evidence
Purpose
Create, update, or validate METHODOLOGY.md in conformance with
architecture-methodology.
Primary question:
How does this project intentionally move from ideas to validated outcomes?
Use This Skill When
- the canonical document is missing
- the working method is implicit, inconsistent, or drifting
- human and AI collaboration patterns need a stable shared process
- validation loops or feedback cycles must be clarified
- a project needs durable methodology rather than ad hoc habits
Do Not Use This Skill For
- writing a backlog, sprint plan, or issue queue
- encoding CI implementation detail as the methodology itself
- documenting repository structure owned by
ARCHITECTURE.md
- producing a roadmap or release schedule
- turning temporary habits into permanent method without evidence
Required Inputs
Resolve:
- governing specification and version
- upstream purpose, principles, foundations, and architecture documents
- current working patterns used by humans and AI systems
- explicit validation and feedback loops
- known process pain points, contradictions, and open questions
Optional Inputs
Use when available:
DECISIONS.md entries that changed the operating model
- automation or review workflows that reflect durable method
- contributor guidance or runbooks that reveal repeatable patterns
Missing evidence must be recorded rather than invented.
Workflow
- Read
library/organization/specs/architecture/foundation/methodology.spec.md.
- Read the upstream identity, foundation, and architecture documents before modeling the workflow.
- Separate the durable operating method from one-off tasks, current tooling quirks, and scheduling artifacts.
- Identify the real stages, loops, validation points, and feedback mechanisms.
- Capture human and AI collaboration only when it is a durable part of how work is done.
- Keep the methodology implementation-light so it survives tooling or provider changes.
- If evidence conflicts, preserve the disagreement, label assumptions, and report provisional or blocked completion.
- Draft or update
METHODOLOGY.md using templates/METHODOLOGY.template.md.
- Validate with
references/validation-checklist.md and references/authoring-guide.md.
Output Contract
Produce or update:
METHODOLOGY.md
- governing specification identifier and version
- explicit workflow stages, validation loops, and feedback mechanisms
- assumptions, contradictions, and open questions
- validation results
- downstream review recommendations for automation or contribution guidance
Boundaries
METHODOLOGY.md owns the repeatable way work is performed, validated, and
improved.
It does not own issue lists, roadmap sequencing, repository topology,
infrastructure layout, or the low-level implementation of CI/CD tools.
Validation
Use references/validation-checklist.md
for mandatory checks and
references/authoring-guide.md for stage,
feedback, and anti-pattern guidance.
Blocked or Provisional Outcomes
If the project has no consistent operating model yet, if the evidence only shows
ad hoc tasks, or if human and AI workflows materially disagree, do not invent a
stable methodology. Report whether the result is blocked, provisional, or only
suitable as an observed current-state draft.
Completion Criteria
1---2name: create-methodology-document3description: Creates or updates METHODOLOGY.md from repository evidence. Use when a project needs to define, repair, or review its repeatable way of moving from ideas to validated outcomes.4license: MIT5---67# Create Methodology Document89<!-- aether-continuity-disposition: reader-writer -->1011## Repository continuity composition1213For repository-scoped work, compose `maintain-repository-continuity` in14**Resume** mode before selecting work. After an authorized repository change15passes domain validation, compose **Refresh** and **Verify** immediately before16presenting the pull request, and include the reconciled root `CONTINUITY.md` in17the same change. A policy-permitted no-change or exemption result must be18documented instead of fabricating an edit.1920- **Contribute:** Repeatable workflow, gates, roles, validation evidence, and unresolved operating choices21- **Never claim:** That a documented methodology is adopted or executed without evidence2223## Purpose2425Create, update, or validate `METHODOLOGY.md` in conformance with26`architecture-methodology`.2728Primary question:2930> How does this project intentionally move from ideas to validated outcomes?3132## Use This Skill When3334- the canonical document is missing35- the working method is implicit, inconsistent, or drifting36- human and AI collaboration patterns need a stable shared process37- validation loops or feedback cycles must be clarified38- a project needs durable methodology rather than ad hoc habits3940## Do Not Use This Skill For4142- writing a backlog, sprint plan, or issue queue43- encoding CI implementation detail as the methodology itself44- documenting repository structure owned by `ARCHITECTURE.md`45- producing a roadmap or release schedule46- turning temporary habits into permanent method without evidence4748## Required Inputs4950Resolve:5152- governing specification and version53- upstream purpose, principles, foundations, and architecture documents54- current working patterns used by humans and AI systems55- explicit validation and feedback loops56- known process pain points, contradictions, and open questions5758## Optional Inputs5960Use when available:6162- `DECISIONS.md` entries that changed the operating model63- automation or review workflows that reflect durable method64- contributor guidance or runbooks that reveal repeatable patterns6566Missing evidence must be recorded rather than invented.6768## Workflow69701. Read `library/organization/specs/architecture/foundation/methodology.spec.md`.712. Read the upstream identity, foundation, and architecture documents before modeling the workflow.723. Separate the durable operating method from one-off tasks, current tooling quirks, and scheduling artifacts.734. Identify the real stages, loops, validation points, and feedback mechanisms.745. Capture human and AI collaboration only when it is a durable part of how work is done.756. Keep the methodology implementation-light so it survives tooling or provider changes.767. If evidence conflicts, preserve the disagreement, label assumptions, and report provisional or blocked completion.778. Draft or update `METHODOLOGY.md` using `templates/METHODOLOGY.template.md`.789. Validate with `references/validation-checklist.md` and `references/authoring-guide.md`.7980## Output Contract8182Produce or update:8384- `METHODOLOGY.md`85- governing specification identifier and version86- explicit workflow stages, validation loops, and feedback mechanisms87- assumptions, contradictions, and open questions88- validation results89- downstream review recommendations for automation or contribution guidance9091## Boundaries9293`METHODOLOGY.md` owns the repeatable way work is performed, validated, and94improved.9596It does not own issue lists, roadmap sequencing, repository topology,97infrastructure layout, or the low-level implementation of CI/CD tools.9899## Validation100101Use [references/validation-checklist.md](references/validation-checklist.md)102for mandatory checks and103[references/authoring-guide.md](references/authoring-guide.md) for stage,104feedback, and anti-pattern guidance.105106## Blocked or Provisional Outcomes107108If the project has no consistent operating model yet, if the evidence only shows109ad hoc tasks, or if human and AI workflows materially disagree, do not invent a110stable methodology. Report whether the result is blocked, provisional, or only111suitable as an observed current-state draft.112113## Completion Criteria114115- [ ] `architecture-methodology` is identified as the governing specification.116- [ ] Required upstream evidence has been read.117- [ ] The primary question is answered directly.118- [ ] Stages, validation loops, and feedback cycles are explicit.119- [ ] Ownership boundaries with roadmap, architecture, and CI implementation are respected.120- [ ] Assumptions, contradictions, and open questions are visible.121- [ ] Acceptance criteria and package-level validation checks pass.