mylukinmylukinCommunity·5 Agent Skills Included

agent-foreman

Task-driven coding harness with verification and progress tracking

Breaks software requirements into small, testable tasks and guides coding agents through a strict next, implement, check, done workflow. Stores tasks, progress logs, and acceptance criteria in plain files so work survives across sessions without half-finished features. Verifies every change with automated checks and impact analysis before marking tasks complete.
npx skills add mylukin/agent-foreman --all -g -y
Available:

Gives the coding agent the project architecture, build and test commands, and workflow rules it must follow when working inside this repository.

All Skills in This Repository (5)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install agent-foreman?

Run `npx skills add mylukin/agent-foreman --all -g -y` in your terminal to install all skills in this suite globally.

How to stop AI agents from half-finishing features?

agent-foreman forces a strict next, implement, check, done loop where every task must pass verification before it is marked complete.

How does agent-foreman track progress between sessions?

It stores tasks as Markdown files with an index and a progress log, so any new session can pick up exactly where the last one stopped.

Does agent-foreman support test-driven development?

Yes. You can enable strict TDD mode, which requires failing tests to be written before any implementation code.

Is agent-foreman still maintained?

No. The author deprecated it and recommends migrating to the simplified successor project called ralph-dev.

Related Repositories in Software Engineering

View All in Software Engineering