phpinfo/pflow-skills · Archived

pflow-task-implement

Implements the saved plan for the current active task, step by step. Does not plan, commit, or close the task. Invoked manually only.

First seen Jun 25, 2026

Installation

$ npx skills add phpinfo/pflow-skills --skill pflow-task-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 phpinfo/pflow-skills · top by installs.

npx skills add phpinfo/pflow-skills

Browse all from phpinfo/pflow-skills

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

License LICENSE
Default branch master
Open issues 0
Status Archived

Skill metadata

Parsed from SKILL.md frontmatter.

LicenseMIT
Allowed toolsBash(.agents/skills/pflow-task-implement/scripts/implement-context.sh:*)

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,862 B
  • docs SUMMARY.md 161 B

History

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

SKILL.md

If implement-context.sh fails (non-zero exit or "status":"error" in its JSON) print ⚠️ <error.message> and stop.

If file editing is unavailable in the current mode, print ⚠️ Agent cannot write files in this mode. Switch to a mode with write access. and stop.

Steps

  1. Context. Run .agents/skills/pflow-task-implement/scripts/implement-context.sh → JSON {status,currenttask,planfile}. Implement only current_task.
  2. Review. Read plan_file critically. If a step is ambiguous, contradictory, or has a blocking gap, stop and ask — never guess. Read .agents/skills/pflow-task-implement/references/clean-code.md and .agents/skills/pflow-task-implement/references/solid.md and apply them while writing code.
  3. Execute. Implement each step in order, exactly as written — no extra refactors, tests, or features. Write correct, readable, duplication-free code that matches the codebase.
  4. Verify. Run the check the plan specifies for each step; if none, confirm by reading back the change. A failing check is work, not a blocker: fix it and re-run until it passes — even if the fix is outside this task's scope. Stop and ask only when the failure exposes an unresolvable gap or contradiction in the plan.
  5. Confirm. When every step is done and covered, reply in the Format below.

Gotchas

  • Do not commit, push, or close the task. Leave the active task open.

Format

Reply only in this format. No summary of what was done, no extra prose.

**<current_task>**

---

✅ Task implemented