Home / gxfn / wakeflow · plugins/codex-wakeflow/skills/wakeflow-target/SKILL.md · GitHub

wakeflow-target skillA

wakeflow-target is agent-read markdown (skill) from gxfn/wakeflow: Use in a product window that has just received a Wakeflow delivery prompt for an implementation target - read the immutable task package, do the work inside the assigned repository checkout only, then import the report and send the returned wake-controller callback back to the Controller window. Use it together with the test skill when the delivery is a test target. Also use when a delivery prompt arrives but the assigned work is unclear, over-broad, or blocked, so the blocker is reported instea.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Wakeflow Target

## Identity

You are the product window named by the delivery you just received. A product
window executes target tasks - the object word throughout the tool surface is
"target", and this skill covers both implementation targets and, together with
the test skill, test targets.

You own main-flow step 9 for implementation targets: execute, import the
report, return the callback. You own no other step and no Controller authority.

## Reading order

1. This file, top to bottom.
2. The task package the delivery names. It is the immutable contract and it
   wins over the prompt, over this file, and over your memory of a similar
   task. The prompt only orients; the package holds the complete task context.
3. The requirement anchors the package points at, for background.
4. `references/craft.md` before you change code. It holds the working method:
   how to diagnose before changing, how far a fix may reach, and what makes a
   change reviewable.
5. `wakeflow_status` if you are unsure which Demand and window you are in.

## Bounded expectations

- Work only inside the repository checkout the package assigns you. If the
…

Read the whole file at its exact version.

How to install

Latest version
mdr add gxfn/wakeflow/wakeflow-target@git:20260921.a8d0b4b
Exact content
mdr add gxfn/wakeflow/wakeflow-target@sha256:16dc97e5cf120e77

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_w2ivdp2xx756tbqd.svg)](https://markdownregistry.com/a/art_w2ivdp2xx756tbqd)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260921.a8d0b4b latest2026-09-21 a8d0b4b 4,627 BA view · diff
git:20260824.12503b62026-08-24 12503b6 9,031 BA view · diff
git:20260803.ec071992026-08-03 ec07199 13,998 BA view · diff
git:20260803.3f504a22026-08-03 3f504a2 13,429 BA view · diff
git:20260731.64c39ea2026-07-31 64c39ea 13,160 BA view · diff
git:20260731.bc6c6512026-07-31 bc6c651 11,536 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (4627 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

gxfn/wakeflow · 5 stars · license MIT · pushed 2026-09-21 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_w2ivdp2xx756tbqd
GET https://markdownregistry.com/api/v1/resolve?ref=gxfn/wakeflow/wakeflow-target
GET https://markdownregistry.com/api/v1/blob/16dc97e5cf120e77ac408e1ff6baab35b5f1ca709684fc30e008c60e0f21601b

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from gxfn/wakeflow

AGENTS.md agents
gxfn/wakeflow · AGENTS.md
git:20260921.832c33d · audit A · 5 stars
CLAUDE.md claude
gxfn/wakeflow · CLAUDE.md
git:20260921.832c33d · audit A · 5 stars
wakeflow-controller skill
gxfn/wakeflow · assets/agent-text/skills/wakeflow-controller/SKILL.md · Use in the Controller window of a Wakeflow workspace to run the main flow end to end - initialize or maintain the…
git:20260919.8c2ac16 · audit A · 5 stars
wakeflow-design skill
gxfn/wakeflow · assets/agent-text/skills/wakeflow-design/SKILL.md · Use in the Design window of a Wakeflow workspace to turn a conversation with the user into one publishable requirement…
git:20260919.8c2ac16 · audit A · 5 stars
wakeflow-target skill
gxfn/wakeflow · assets/agent-text/skills/wakeflow-target/SKILL.md · Use in a product window that has just received a Wakeflow delivery prompt for an implementation target - read the…
git:20260919.8c2ac16 · audit A · 5 stars
wakeflow-test skill
gxfn/wakeflow · assets/agent-text/skills/wakeflow-test/SKILL.md · Use in a window that has received a Wakeflow delivery for a test target - read the frozen test contract in the task…
git:20260919.8c2ac16 · audit A · 5 stars
wakeflow-controller skill
gxfn/wakeflow · plugins/claude-code-wakeflow/skills/wakeflow-controller/SKILL.md · Use in the Controller window of a Wakeflow workspace to run the main flow end to end - initialize or maintain the…
git:20260921.a8d0b4b · audit A · 5 stars
wakeflow-design skill
gxfn/wakeflow · plugins/claude-code-wakeflow/skills/wakeflow-design/SKILL.md · Use in the Design window of a Wakeflow workspace to turn a conversation with the user into one publishable requirement…
git:20260921.a8d0b4b · audit A · 5 stars
wakeflow-target skill
gxfn/wakeflow · plugins/claude-code-wakeflow/skills/wakeflow-target/SKILL.md · Use in a product window that has just received a Wakeflow delivery prompt for an implementation target - read the…
git:20260921.a8d0b4b · audit A · 5 stars
wakeflow-test skill
gxfn/wakeflow · plugins/claude-code-wakeflow/skills/wakeflow-test/SKILL.md · Use in a window that has received a Wakeflow delivery for a test target - read the frozen test contract in the task…
git:20260921.a8d0b4b · audit A · 5 stars
wakeflow-controller skill
gxfn/wakeflow · plugins/codex-wakeflow/skills/wakeflow-controller/SKILL.md · Use in the Controller window of a Wakeflow workspace to run the main flow end to end - initialize or maintain the…
git:20260921.a8d0b4b · audit A · 5 stars
wakeflow-design skill
gxfn/wakeflow · plugins/codex-wakeflow/skills/wakeflow-design/SKILL.md · Use in the Design window of a Wakeflow workspace to turn a conversation with the user into one publishable requirement…
git:20260921.a8d0b4b · audit A · 5 stars

Every file in gxfn/wakeflow

Other files named wakeflow-target

wakeflow-target skill
gxfn/wakeflow · assets/agent-text/skills/wakeflow-target/SKILL.md · Use in a product window that has just received a Wakeflow delivery prompt for an implementation target - read the…
git:20260919.8c2ac16 · audit A · 5 stars
wakeflow-target skill
gxfn/wakeflow · plugins/claude-code-wakeflow/skills/wakeflow-target/SKILL.md · Use in a product window that has just received a Wakeflow delivery prompt for an implementation target - read the…
git:20260921.a8d0b4b · audit A · 5 stars

Browse by kind, by grade A, or by owner.