DEPRECATED (2026-09-09)
Do not invoke this skill. Flagged by its maintainer as outdated and not fit for its stated
purpose. Its decision — "should this external material change repo artifacts, and which one?" —
now lives in baseline-gap-review, which has a fuller placement heuristic (baselines / skills /
flows / hooks / Glossary, across two independent axes) plus an activation test this skill never
had.
It also predates the conventions around it: the frontmatter above was missing status,
maintainer, problem and when-not-to-use until this notice was added, and its own
"Skill Admission Gate" section now overlaps process-vs-work-doctrine rule 1.
Not removed, because it is load-bearing in ~10 places — CLAUDE.md, AGENTS.md,
CONTEXT.md, baselines/process-vs-work-doctrine/baseline.md, bookshelf/INDEX.md,
docs/intake.md (its own verdict ledger), and docs/specs/0005-capture-input-note-vs-methodology-intake.md.
Deleting the folder alone would leave every one of those dangling and orphan the ledger. Removal
is its own pass, via skill-lifecycle; this notice is the safe first step.
Methodology Intake
Use this as a read-only classifier before turning external methodology sources
into repo artifacts. Do not create or modify skills, specs, ADRs, issues, or
glossary terms during intake unless the user explicitly asks for the follow-up
work after reviewing the report.
Inputs
- External methodology source: article, repository, X thread, paper, tool list,
framework, workflow, or public discussion.
- Optional captured input note from
capture-input-note.
- Optional user goal: learn, critique, adapt, implement, reject, or park.
Workflow
- Read the source, captured input note, or provided excerpt closely enough to
classify it.
- Check current repo language in
CONTEXT.md and relevant roadmap/spec docs.
- Produce one Markdown methodology intake report.
- Assign exactly one primary intake destination.
- Assign exactly one retention status.
- Explain why the other destinations were not selected.
- If implementation is recommended, name the minimum vertical slice and
verification.
- If retention is
parked or revisit-on-trigger, record a dated one-line
verdict (source, destination, retention, trigger) in the repo's intake
ledger — in this repo, docs/intake.md. The verdict line is part of the
intake output, not follow-up work; do not write anything else there.
Destinations
Use exactly one primary destination:
Rule: A judgment principle that can be absorbed into an existing workflow.
Skill: A repeatable workflow with trigger criteria, inputs, steps, outputs,
verification, stop conditions, and repo fit.
Context term: Stable project language that will be reused across workflows,
specs, or skills and affects classification, acceptance, or boundaries.
ADR: A hard-to-reverse, surprising-without-context repo decision that comes
from a real trade-off surfaced during intake.
Spec: Source material that should define or change cross-workflow
structure, process, contracts, artifact policy, or acceptance rules.
Issue: A tracked, scoped, independently verifiable work item.
No-op: No formal workflow artifact should be created or updated.
Retention Status
Use exactly one retention status:
discard: Do not retain the source. Use for duplicates, low-signal material,
irrelevant material, or unacceptable license / attribution risk.
parked: Retain as background material, but do not process further now.
revisit-on-trigger: Retain and define the concrete trigger that should make
someone re-evaluate it.
No-op does not mean delete or forget. A no-op source may still be parked or
revisited later.
Retention decisions must survive the conversation: parked and
revisit-on-trigger require a verdict line in the repo's intake ledger
(workflow step 8); discard requires none. discard also means no revisit
trigger — if the verdict names a concrete condition for re-evaluating the
source, the retention is revisit-on-trigger, not discard. Retention keeps
the pointer and verdict, not a copy of the source.
Skill Admission Gate
Classify a source as Skill only when it shows a repeatable workflow:
- trigger: when to use it
- input: required source material or context
- workflow: repeatable steps, not just advice or a tool list
- output: artifact or decision produced
- verification: how the result is judged acceptable
- stop condition: when to stop exploring or iterating
- repo fit: how it belongs in the current skills/specs/workflow system
If these signals are missing, prefer Rule, Spec, Issue, Context term,
or No-op.
Relationship To Capture Input Note
capture-input-note ingests an external source as a redacted work-log inbox
note when source access or provenance work is needed. methodology-intake
classifies whether that source should change repo artifacts.
Use a captured input note as the preferred input when the source is
authenticated, private, long, noisy, likely to disappear, or needs redaction.
Do not create persistent captures inside methodology intake; run
capture-input-note first when capture is needed.
Tool-List-Only Sources
A tool-list-only source primarily lists tools, SDKs, repositories, or frameworks
without enough workflow, verification, or stop-condition detail. Do not promote
it directly into a skill.
Typical result:
destination: No-op
retention: parked
Use Rule instead of No-op only when the source clearly supports a reusable
judgment principle for an existing workflow.
Report Template
# Methodology Intake Report
## Source
- title:
- url_or_path:
- source_type: article | repo | X thread | paper | tool list | workflow | other
- license_or_attribution_status:
## Classification
- destination: Rule | Skill | Context term | ADR | Spec | Issue | No-op
- retention: discard | parked | revisit-on-trigger
- confidence: low | medium | high
## Rationale
- why this destination:
- why not the other destinations:
## Evidence
- reusable workflow signals:
- missing signals:
- source excerpts or references:
## Risks
- adoption risk:
- license / attribution risk:
- repo fit risk:
## Recommended Next Step
- action:
- revisit_trigger: (n/a when retention is discard)
- minimum vertical slice, if any:
- verification:
Acceptance Examples
Use these examples to sanity-check the classification behavior:
- Tool-list-only source: classify as
No-op or Rule; set retention to
parked or revisit-on-trigger; do not recommend creating a skill directly.
- Visual prompt reconstruction workflow: classify as candidate
Skill when it
has a generation/evaluation/refinement loop; identify guardrails such as
authorization, copyright, evaluator, max iterations, and stop condition; name
a minimum vertical slice before implementation.
1---2name: methodology-intake3description: DEPRECATED - do not invoke. Evaluate an external article, repository, tool list, paper, framework, or workflow before promoting it into repo artifacts. Superseded by baseline-gap-review's placement heuristic and activation test.4---56> ## DEPRECATED (2026-09-09)7>8> **Do not invoke this skill.** Flagged by its maintainer as outdated and not fit for its stated9> purpose. Its decision — "should this external material change repo artifacts, and which one?" —10> now lives in `baseline-gap-review`, which has a fuller placement heuristic (baselines / skills /11> flows / hooks / Glossary, across two independent axes) plus an activation test this skill never12> had.13>14> It also predates the conventions around it: the frontmatter above was missing `status`,15> `maintainer`, `problem` and `when-not-to-use` until this notice was added, and its own16> "Skill Admission Gate" section now overlaps `process-vs-work-doctrine` rule 1.17>18> **Not removed, because it is load-bearing in ~10 places** — `CLAUDE.md`, `AGENTS.md`,19> `CONTEXT.md`, `baselines/process-vs-work-doctrine/baseline.md`, `bookshelf/INDEX.md`,20> `docs/intake.md` (its own verdict ledger), and `docs/specs/0005-capture-input-note-vs-methodology-intake.md`.21> Deleting the folder alone would leave every one of those dangling and orphan the ledger. Removal22> is its own pass, via `skill-lifecycle`; this notice is the safe first step.2324# Methodology Intake2526Use this as a read-only classifier before turning external methodology sources27into repo artifacts. Do not create or modify skills, specs, ADRs, issues, or28glossary terms during intake unless the user explicitly asks for the follow-up29work after reviewing the report.3031## Inputs3233- External methodology source: article, repository, X thread, paper, tool list,34 framework, workflow, or public discussion.35- Optional captured input note from `capture-input-note`.36- Optional user goal: learn, critique, adapt, implement, reject, or park.3738## Workflow39401. Read the source, captured input note, or provided excerpt closely enough to41 classify it.422. Check current repo language in `CONTEXT.md` and relevant roadmap/spec docs.433. Produce one Markdown methodology intake report.444. Assign exactly one primary intake destination.455. Assign exactly one retention status.466. Explain why the other destinations were not selected.477. If implementation is recommended, name the minimum vertical slice and48 verification.498. If retention is `parked` or `revisit-on-trigger`, record a dated one-line50 verdict (source, destination, retention, trigger) in the repo's intake51 ledger — in this repo, `docs/intake.md`. The verdict line is part of the52 intake output, not follow-up work; do not write anything else there.5354## Destinations5556Use exactly one primary destination:5758- `Rule`: A judgment principle that can be absorbed into an existing workflow.59- `Skill`: A repeatable workflow with trigger criteria, inputs, steps, outputs,60 verification, stop conditions, and repo fit.61- `Context term`: Stable project language that will be reused across workflows,62 specs, or skills and affects classification, acceptance, or boundaries.63- `ADR`: A hard-to-reverse, surprising-without-context repo decision that comes64 from a real trade-off surfaced during intake.65- `Spec`: Source material that should define or change cross-workflow66 structure, process, contracts, artifact policy, or acceptance rules.67- `Issue`: A tracked, scoped, independently verifiable work item.68- `No-op`: No formal workflow artifact should be created or updated.6970## Retention Status7172Use exactly one retention status:7374- `discard`: Do not retain the source. Use for duplicates, low-signal material,75 irrelevant material, or unacceptable license / attribution risk.76- `parked`: Retain as background material, but do not process further now.77- `revisit-on-trigger`: Retain and define the concrete trigger that should make78 someone re-evaluate it.7980`No-op` does not mean delete or forget. A no-op source may still be parked or81revisited later.8283Retention decisions must survive the conversation: `parked` and84`revisit-on-trigger` require a verdict line in the repo's intake ledger85(workflow step 8); `discard` requires none. `discard` also means no revisit86trigger — if the verdict names a concrete condition for re-evaluating the87source, the retention is `revisit-on-trigger`, not `discard`. Retention keeps88the pointer and verdict, not a copy of the source.8990## Skill Admission Gate9192Classify a source as `Skill` only when it shows a repeatable workflow:9394- trigger: when to use it95- input: required source material or context96- workflow: repeatable steps, not just advice or a tool list97- output: artifact or decision produced98- verification: how the result is judged acceptable99- stop condition: when to stop exploring or iterating100- repo fit: how it belongs in the current skills/specs/workflow system101102If these signals are missing, prefer `Rule`, `Spec`, `Issue`, `Context term`,103or `No-op`.104105## Relationship To Capture Input Note106107`capture-input-note` ingests an external source as a redacted work-log inbox108note when source access or provenance work is needed. `methodology-intake`109classifies whether that source should change repo artifacts.110111Use a captured input note as the preferred input when the source is112authenticated, private, long, noisy, likely to disappear, or needs redaction.113Do not create persistent captures inside methodology intake; run114`capture-input-note` first when capture is needed.115116## Tool-List-Only Sources117118A tool-list-only source primarily lists tools, SDKs, repositories, or frameworks119without enough workflow, verification, or stop-condition detail. Do not promote120it directly into a skill.121122Typical result:123124```markdown125destination: No-op126retention: parked127```128129Use `Rule` instead of `No-op` only when the source clearly supports a reusable130judgment principle for an existing workflow.131132## Report Template133134```markdown135# Methodology Intake Report136137## Source138139- title:140- url_or_path:141- source_type: article | repo | X thread | paper | tool list | workflow | other142- license_or_attribution_status:143144## Classification145146- destination: Rule | Skill | Context term | ADR | Spec | Issue | No-op147- retention: discard | parked | revisit-on-trigger148- confidence: low | medium | high149150## Rationale151152- why this destination:153- why not the other destinations:154155## Evidence156157- reusable workflow signals:158- missing signals:159- source excerpts or references:160161## Risks162163- adoption risk:164- license / attribution risk:165- repo fit risk:166167## Recommended Next Step168169- action:170- revisit_trigger: (n/a when retention is discard)171- minimum vertical slice, if any:172- verification:173```174175## Acceptance Examples176177Use these examples to sanity-check the classification behavior:178179- Tool-list-only source: classify as `No-op` or `Rule`; set retention to180 `parked` or `revisit-on-trigger`; do not recommend creating a skill directly.181- Visual prompt reconstruction workflow: classify as candidate `Skill` when it182 has a generation/evaluation/refinement loop; identify guardrails such as183 authorization, copyright, evaluator, max iterations, and stop condition; name184 a minimum vertical slice before implementation.