git404hub

what is aicodecoreworkflow fr?

duolabmeng6/aicodecoreworkflow — explained in plain English

Analysis updated 2026-05-18

80Audience · developerComplexity · 1/5Setup · easy

tl;dr

A shared Agent Skill that makes Claude Code or Codex research, plan, get approval, then implement before touching real code.

vibe map

mindmap
  root((repo))
    What it does
      Research plan approve
      Execute then review
      One approval gate
    Tech stack
      Markdown skill file
      YAML config
    Use cases
      Structured feature work
      Consistent bug fixes
      Explicit approval step
    Audience
      Claude Code users
      Codex users

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Add a structured research, plan, approve, execute, review workflow to Claude Code or Codex.

VIBE 2

Require an explicit approval step before an AI coding agent starts changing files.

VIBE 3

Give a coding agent a consistent process for handling feature requests and bug fixes.

what's the stack?

MarkdownYAML

how it stacks up fr

duolabmeng6/aicodecoreworkflowabdullahselek/vipercchaelsoo/hollow
Stars808080
LanguageObjective-CC
Last pushed2024-05-14
MaintenanceDormant
Setup difficultyeasyeasymoderate
Complexity1/52/53/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min

Just copy or symlink the skills/workflow folder into your agent's personal skills directory.

in plain english

AICodeCoreWorkflow is a shared skill file that adds a structured workflow to AI coding assistants like Claude Code and Codex. Instead of jumping straight into writing code, the skill has the assistant follow a sequence of steps: research the problem, come up with an idea, write a plan, wait for the user to approve that plan, carry out the work, then review the result. The plan is the one required approval point in the whole process. Once approved, the plan locks in the goal, the general approach, what is in and out of scope, how the change should behave from the outside, and the main risks. It does not lock down every implementation detail. Within each step the assistant is free to choose how it investigates the codebase, how deeply it reasons, which tools it uses, and how it actually writes the code. To install it, a user sends a short message to Claude Code, Codex, or any other agent that supports Agent Skills, asking it to install the skill directly from the GitHub repository link. The assistant is expected to fetch the repo, find the skills/workflow folder inside it, copy that folder into its own personal skills directory, keep automatic invocation turned on, confirm the skill was installed correctly, and tell the user how to call it directly if needed. Once installed, the assistant automatically uses this workflow for tasks that involve making real code changes. It can also be called explicitly, for example by typing /workflow followed by a description of the feature in Claude Code, or $workflow in Codex. Plain explanations, simple questions, and read only code review do not trigger the workflow automatically unless the user asks for it directly. The repository itself is small: a skills/workflow folder containing a SKILL.md file and an agents/openai.yaml configuration file. Claude Code decides when to use the skill based on the description written in SKILL.md, while Codex uses a setting in the YAML file to allow automatic use. If automatic installation does not work, the README also explains how to manually copy or link the skills/workflow folder into the right directory for each assistant.

prompts (copy fr)

prompt 1
Install the skill from https://github.com/duolabmeng6/AICodeCoreWorkflow into my personal Claude Code skills directory and confirm it works.
prompt 2
Use the /workflow command to implement a user login feature.
prompt 3
Follow the research, plan, approval, execute, review workflow before making any code changes in this project.
prompt 4
Explain what gets locked in once the plan step of this workflow is approved.

Frequently asked questions

what is aicodecoreworkflow fr?

A shared Agent Skill that makes Claude Code or Codex research, plan, get approval, then implement before touching real code.

How hard is aicodecoreworkflow to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is aicodecoreworkflow for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.