shinpr/codex-workflows · Archived

recipe-task

Execute standalone tasks with metacognitive analysis and applicable skill selection.

First seen Jul 22, 2026

Installation

$ npx skills add shinpr/codex-workflows --skill recipe-task

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from shinpr/codex-workflows · top by installs.

npx skills add shinpr/codex-workflows

Browse all from shinpr/codex-workflows

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 26
License LICENSE
Default branch main
Open issues 1
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,378 B
  • docs SUMMARY.md 103 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

Required Skills [LOAD BEFORE EXECUTION]

  1. [LOAD IF NOT ACTIVE] task-analyzer — task analysis and skill selection
  2. [LOAD IF NOT ACTIVE] llm-friendly-context — clear prompts, handoffs, and generated artifacts

Spawn rule: invoke rule-advisor with fork_turns="none" so it receives only the task and explicit context.

Task: $ARGUMENTS

Mandatory Execution Process

1. Select rules with rule-advisor

Invoke rule-advisor first with the standalone task, current context, and any explicit recipe or governing artifact. Its result supplies task essence, selected skill names and sections, warning patterns, and the first evidence-gathering action.

2. Apply the result

  1. Use metaCognitiveGuidance.taskEssence as the task's purpose.
  2. Load and read each skill in selectedRules completely by skill name, then apply the selected sections in context.
  3. Use metaCognitiveGuidance.pastFailures, potentialPitfalls, and warningPatterns to prevent a known failure that is applicable to this task.
  4. Begin with metaCognitiveGuidance.firstStep unless current evidence already satisfies it.

3. Register multi-step work

For multi-step work, reuse the active execution plan or create one from the material actions implied by the rule-advisor result. Keep one step in progress and finish with verification of the requested outcome and applicable rules. Simple work proceeds directly.

4. Execute and verify

Execute in the parent session unless an applicable recipe assigns domain work to a named specialist. Apply the selected skills and verify the requested observable outcome.

Boundaries

  • An explicitly invoked recipe or supplied governing artifact remains the workflow entry point.
  • rule-advisor selects standalone skills and metacognitive guidance; it does not determine requirement scope, documentation scale, approvals, or implementation routing.
  • Skill handoff uses skill names and section names. The executing session reads each selected skill completely.

Completion Check

  • rule-advisor returned task essence, selected skills/sections, and metacognitive guidance.
  • The execution used the selected guidance where applicable.
  • The requested outcome and applicable verification are complete.