Methodology intake
Skill justinmchoi/ai-toolkit/skills/engineering/methodology-intake
Reusable agent skills and baselines for Claude Code, Codex, and Copilot, with deterministic install/verify tooling
npx -y skills add justinmchoi/ai-toolkit --skill methodology-intakeAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Evaluate an external article, repository, tool list, paper, framework, or workflow before promoting it into repo artifacts. Use when deciding whether outside methodology material should become a Rule, Skill, Context term, ADR, Spec, Issue, or No-op.
SKILL.md
6.0 KB, as published. Nobody here has run it
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.mdand 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
parkedorrevisit-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-oporRule; set retention toparkedorrevisit-on-trigger; do not recommend creating a skill directly. - Visual prompt reconstruction workflow: classify as candidate
Skillwhen 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.