cli-forge-intake
Original:🇺🇸 English
Translated
Triage stage for the cli-forge skill family: classify the request as description, scaffold, extend, validate, or publish, confirm required inputs, load the shared rules, and hand off to the correct next phase.
6installs
Added on
NPX Install
npx skill4agent add bytelandtechnology/cli-forge cli-forge-intakeTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →cli-forge Intake
Use this stage when the current request needs routing or when you want to
resume the cli-forge workflow from the earliest safe phase.
Stage Goal
Finish this stage with:
- the work classified as ,
scaffold,extend, orvalidatepublish - the work classified as ,
description,scaffold,extend, orvalidatepublish - the required user inputs identified and, when available, assembled
- the shared constraints loaded from the planning brief and the relevant instruction document
- an explicit handoff to the next stage skill
Canonical References
./planning-brief.md./instructions/new.md./instructions/add-feature.md./instructions/validate.md../cli-forge-publish/SKILL.md../cli-forge-publish/planning-brief.md../cli-forge-publish/instructions/release/skill-release-runbook.md../cli-forge-publish/templates/README.md
When To Use This Stage
- The user asks for cli-forge help in a high-level way and the correct phase is not obvious yet.
- The user wants to create a new project but has not clearly supplied a valid skill name.
- The user wants to create a new project and the generated skill's description contract has not been approved yet.
- The user wants to add or
stream, but the project path or feature is still unclear.repl - The user wants to update an existing generated skill's purpose, positioning, or other user-facing contract.
- The user wants validation, but the target project path still needs to be resolved.
- The user wants to publish, do a release dry run, rehearse the destination mirror, check destination configuration, or adopt the release automation asset pack into a target CLI skill project.
Required Inputs By Outcome
- : the classified intent, generated skill scope, and the next stage that will consume the approved description contract
description - :
scaffold, plus optionalskill_name,author, andversionrust_edition - :
extendandproject_pathwherefeatureisfeatureorstreamrepl - :
validateproject_path - : release mode (
publish,report_only,dry_run, orrehearsal), current validation status, and any required destination configuration or credential contextlive_release
Workflow
- Read the user request and classify the intent as ,
description,scaffold,extend, orvalidate.publish - Load before choosing a downstream phase so the runtime contract and compliance posture stay in scope.
./planning-brief.md - Open the matching local instruction document for the likely next stage and use it as the detailed source of truth.
- Confirm the required inputs for that path:
- For , verify the work creates a new generated skill or changes the generated skill's user-facing contract.
description - For , verify the name is present, the approved description contract exists, and the work is intended to become a Rust CLI Skill project.
scaffold - For , verify both
extendandproject_path.feature - For , verify
validate.project_path - For , load
publish, verify whether the user wants../cli-forge-publish/planning-brief.md,report_only,dry_run, orrehearsal, and whether the work should start with validation or can proceed directly to the publish stage.live_release
- For
- Inspect the filesystem when it helps disambiguate the stage:
- missing target directory usually means followed by
descriptionscaffold - existing scaffolded project plus feature request means
extend - existing generated skill plus description-impacting request means
followed by
descriptionorextendvalidate - explicit audit or post-change verification means
validate - release, dry-run, rehearsal, destination-config work, or final
post-validation closure means
publish
- missing target directory usually means
- Route to the next stage skill and carry forward the resolved inputs.
Classification Examples
- Create request with no project directory yet -> route to .
description - Existing generated skill plus purpose/positioning change -> route to
.
description - Existing scaffolded project plus or
streamrequest -> route torepl.extend - Audit or post-change verification request -> route to .
validate - Successful validation with no explicit release action -> route to in
publishmode.report_only - Mixed implementation and release request with unresolved project state ->
return to the earliest incomplete stage instead of skipping ahead to
.
publish
Done Condition
This stage is complete only when one downstream phase is clearly selected and
the next stage has the inputs it needs.
Next Step
- Route to whenever the description contract must be created or refreshed.
../cli-forge-description/SKILL.md - Route to for new project creation after
../cli-forge-scaffold/SKILL.md.description - Route to for
../cli-forge-extend/SKILL.mdorstreamwork.repl - Route to for compliance checking.
../cli-forge-validate/SKILL.md - Route to for release, dry-run, rehearsal, or destination-config work.
../cli-forge-publish/SKILL.md