shinpr/codex-workflows · Archived

recipe-fullstack-implement

Run the full-cycle implementation workflow for one outcome spanning backend and frontend layers.

First seen Jul 22, 2026

Installation

$ npx skills add shinpr/codex-workflows --skill recipe-fullstack-implement

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 3,145 B
  • docs SUMMARY.md 130 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] subagents-orchestration-guide — canonical Fullstack Flow, approvals, and autonomous execution
  2. [LOAD IF NOT ACTIVE] documentation-criteria — scale-selected document path
  3. [LOAD IF NOT ACTIVE] requirement-convergence — outcome, exclusions, and rough-cost challenge
  4. [LOAD IF NOT ACTIVE] llm-friendly-context — cross-agent handoffs and Small task carrier

Every spawnagent call uses forkturns="none" and supplies only the exact artifacts needed by that specialist.

Requirements or continuation instruction: $ARGUMENTS

Entry

  • New or scope-changing requirements: invoke requirement-analyzer for compact scope/cost evidence; the orchestrator completes Requirement Convergence, determines scale and layer routing, and obtains requirement confirmation.
  • Existing PRD, UI Spec, Design Docs, Work Plan, or tasks: resume at the next incomplete Fullstack Flow phase. Restart requirement analysis when the approved outcome, requirement, or exclusion changes.
  • Quality failure during an existing implementation: resume its task cycle and Orchestrator Escalation Resolution.

Resolve the entry from supplied artifacts and repository state. Ask only when different interpretations require a user-owned product or approved-design decision.

Flow

Apply the Fullstack Flow exposed by subagents-orchestration-guide with backend, frontend, and shared routing. The orchestrator directly owns artifact/path resolution, execution-plan updates, approval recording, task-set computation, commits, and lightweight checks; invoke the named specialists for analysis, authoring, implementation, review, and quality judgment.

Reuse the active execution plan or register the material remaining phases once. Follow the Fullstack Flow's document approvals. After implementation-scope approval, execute tasks autonomously through its filename routing, Per-Task Change Set, quality gate, commit, and Post-Implementation Review.

Apply a security-reviewer finding only when leaving it unresolved would violate an explicit governing requirement or repository rule, or leave a concrete material security failure in the actual reachable trust model. The violated requirement, rule, or failure defines implementation scope: route the smallest correction that resolves it, treating the reviewer's suggestion as one candidate implementation.

External evidence, prototypes, and repository environment preparation remain conditional under the canonical flow. A missing optional input does not create a stop.

Completion Check

  • The existing workflow state was resumed rather than duplicated.
  • Backend, frontend, and shared work used the canonical Fullstack Flow routing.
  • Required document approvals and quality-before-commit gates were preserved.
  • After implementation approval, work stopped only for a genuine user-owned escalation condition.
  • Final code/security verification and completion reporting finished.