← ClaudeAtlas

adoptlisted

Use to introduce the agent-driven-development method into a project, or to review how well an existing project fits it. Works out which of the project's files already play the four roles, proposes the rules that need reshaping for this kind of project, writes the method.json declaration with any adaptations recorded, and runs the coherence check. Ends by presenting the proposal for a decision — it does not adopt anything on its own authority.
nanatsusaya/agent-driven-development · ★ 0 · AI & Automation · score 58
Install: claude install-skill nanatsusaya/agent-driven-development
# Adopting the method into a project *Carries out rules A1, A2 and C1. The [catalogue](https://github.com/nanatsusaya/agent-driven-development/blob/main/method/rules.md) is the authority; this file is only the procedure.* Adoption is a proposal, not an installation. What the method looks like here is a decision about how this project will be worked, which puts it squarely in the human's domain. **Guardrails (do not violate):** - **Propose, do not impose.** Present the bindings and adaptations you intend and get a decision before writing anything. - **Do not invent roles the project does not have.** A project with no decision records should get an adaptation, not a new empty directory. - **Do not copy a rule you cannot justify here.** A rule applied where its reasoning does not hold costs the same and buys nothing, and the wasted effort teaches everyone that the method is bureaucracy. - **Never claim the check passed without running it.** ## 1. Read the project first Before proposing anything, find out what this project actually is: - What is it, who is it for, and what would make it a failure? Scale, correctness, legal exposure and longevity each pull the rules in a different direction. - Does it have code and a build chain, or is it a body of documents? - How long has it been running, and how many sessions has it seen? - What already exists: an operating-rules file, decision records, a status document, any kind of log? - Is there already a `method.json`?