Delegates delivery tasks to kb-complete for project pipeline management.

Install

mkdir -p .claude/skills/klfg && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/15972" && unzip -o skill.zip -d .claude/skills/klfg && rm skill.zip

Installs to .claude/skills/klfg

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Full KB pipeline orchestrator. Chains /kb-brainstorm → /kb-plan → /kb-work → kb-complete → DONE. kb-work handles the per-slice gauntlet (scope lock, execution, tests, diff-scope, destructive guard, QA, repair, Figma sync). kb-complete handles post-work quality, follow-up resolution, proof/demo evidence, learning, memory refresh, compaction, and alerts. Use when the user says 'klfg', 'run the full KB pipeline', 'go from brainstorm to done', or wants the hands-off KB vertical-slice workflow.
494 chars✓ has a “when” triggerlonger than Claude Code's old 250-char listing cap (fine on current versions)
Beginner

Key capabilities

  • Delegate to the `kb-complete` orchestrator
  • Enforce project delivery policies
  • Manage feature delivery workflow state
  • Re-read durable manifest state after delegation
  • Return the `kb-complete` outcome

How it works

This skill acts as a deprecated compatibility alias that immediately delegates all requests to the `kb-complete` orchestrator, which then manages the feature delivery workflow and enforces policies.

Inputs & outputs

You give it
A feature description, plan path, manifest path, or blank argument
You get back
The outcome of the `kb-complete` orchestrator

When to use klfg

  • Complete feature delivery
  • Orchestrate project pipeline

About klfg

Acts as an alias to ensure delivery policies are enforced via the kb-complete orchestrator. Manages feature delivery workflow state.

Full KB pipeline orchestrator. Chains /kb-brainstorm → /kb-plan → /kb-work → kb-complete → DONE. kb-work handles the per-slice gauntlet (scope lock, execution, tests, diff-scope, destructive guard, QA, repair, Figma sync). kb-complete handles post-work quality, follow-up resolution, proof/demo evide

When not to use it

  • When `kb-complete` is not the desired orchestrator
  • When full-pipeline requests are not being made
  • When the skill is not intended as a compatibility alias

Limitations

  • This skill is a deprecated compatibility alias
  • It delegates to `kb-complete`
  • It does not duplicate phase execution

How it compares

This skill provides a redirection mechanism to a single state-aware command, ensuring consistent policy enforcement and workflow orchestration, unlike direct execution of individual phases.

Compared to similar skills

klfg side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
klfg (this skill)01moNo flagsBeginner
schedules12moReviewBeginner
gsd-execute-phase03moNo flagsAdvanced
executing-plans02moNo flagsBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry