🔁
AutomationShell

Forward Implementation First

by Vuk97

Forward Implementation First is an Automation skill for Claude Code, published by Vuk97 in forward-implementation-first.

164 stars4 forkson Vuk97/forward-implementation-firstAdded 2026/09/08+1% in starsRepository updated 2026/08/31
agent-skillsagentsagentskillsai-agentsanthropicclaudeclaude-codecodexcodex-clideveloper-toolsllmllm-agentsopenaiprompt-engineering
Install in seconds
Install Forward Implementation First
Copy Forward Implementation First into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/Vuk97/forward-implementation-first ~/.claude/skills/forward-implementation-first

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/Vuk97/forward-implementation-first.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
SKILL.md in Vuk97/forward-implementation-first
Installs to
~/.claude/skills/forward-implementation-first
Collection
The only skill cataloged from this repository
Category
Automation2226 skills

What Forward Implementation First does

Forward Implementation First keeps an agent building and validating real output before administrative bookkeeping. Use it for staged pipelines, migrations, and long-running loops where hashes, locks, receipts, or progress markers block correct work.

Forward Implementation First is cataloged under Automation on DirSkills. Forward Implementation First comes from a repository tagged agent-skills, agents, agentskills, ai-agents and anthropic.

Documentation

README

Forward implementation first

Build working capability and correct output before administrative bookkeeping. Apply this contract both while building a system and while running it.

Scope

This skill applies to:

  • infrastructure and roadmap implementation;
  • input intake and intermediate artifact production;
  • transformation, derivation, and analysis stages;
  • test construction, runtime verification, and measurement;
  • publication of final output and closeout;
  • manual invocation of any authorized pipeline stage.

It applies whether the action runs through a full orchestrator, a focused command, or a manual stage invocation.

Decision rule

Before each action, classify it as one of:

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Forward Implementation First

  • How does Forward Implementation First compare to other Automation skills?

    Forward Implementation First ranks #2053 by stars among the 2226 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Forward Implementation First against them. Open each page to compare what they document and how they install.