MODE 01
Author
Turn a repeated agent prompt into a named, versioned definition.
The workbench for agents
Agentcraft helps you turn repeated prompts into inspectable agents, assemble the right crew, and make unattended work report when it is healthy, degraded, or broken.
An ad-hoc agent prompt is an unbuilt agent. The third time you write it, you are maintaining a system with no file, version, or memory of what improved.
The boundary
A skill packages a reusable method. A prompt directs one piece of work. An agent has a role, tools, limits, memory, and an operating environment. Agentcraft keeps those layers from becoming one vague bundle.
MODE 01
Turn a repeated agent prompt into a named, versioned definition.
MODE 02
Choose one agent or a crew based on the work's real dependencies.
MODE 03
Give unattended work health checks, limits, recovery, and escalation.
MODE 04
Run a lightweight work cycle when a heavyweight production system is unnecessary.
MODE 05
Check the last real output, not whether the scheduler says it ran.
MODE 06
Find why behavior or memory keeps drifting across runs and harnesses.
MODE 07
Decide where an agent should live and what changes when it moves.
Three rules that carry most of the weight
01
Parallel teams on dependent work buy speed with incoherence. Sequential teams on independent work waste time.
02
At minimum, unattended work needs a real health check and an escalation path.
03
A degraded run reported as complete is more dangerous than a visible failure.
The relationship
Tradecraft asks whether the work earned its confidence and reached demonstrated completion. Agentcraft asks who should do each part, what they can touch, how they coordinate, and whether the system is still producing real output tomorrow.