Install
openclaw skills install the-tacit-workerA unified AI Engineering Operating System that orchestrates the full lifecycle of agent creation - extracting tacit knowledge, structuring the Agent OS, and enforcing pre-deployment governance. Use this skill to build production-ready, context-aware agents that are immune to AI Execution Hallucination and the Expertise Paradox.
openclaw skills install the-tacit-workerThis skill represents a paradigm shift from "Prompt Engineering" to "Knowledge Engineering." It combines three foundational capabilities—Tacit Knowledge Extraction, Agent OS Architecture, and Anti-Micromanagement Governance—into a single, self-improving cognitive architecture.
When tasked with building or deploying a new AI agent, execute this three-phase pipeline:
Do not accept vague prompts. Ask the user for a concrete past example of the task.
Conduct a structured interview using the references/extraction_framework.md to map workflows, decision rules, and edge cases.
Synthesize the answers and generate the templates/tacit_profile_template.md.
Crucial Step: You must pause and ask the user to confirm the synthesis before proceeding.
Convert the confirmed Tacit Profile into a structured, version-controllable file system.
Generate the core OS files using the templates in templates/os_files/:
SOUL.md: Personality and boundaries.AGENTS.md: Step-by-step workflows and IF/THEN decision rules.USER.md: User preferences and quality standards.HEARTBEAT.md: Periodic task checklist.TOOLS.md: Authorized tools and constraints.Before the agent is allowed to execute tasks, enforce the governance framework using references/governance_checklist.md.
Ensure the agent is configured to follow the Mandatory Proof of Action Protocol: every completion claim must include an exact file path, actual content confirmation, and a timestamp.
Run the scripts/verify_action.py script to validate the agent's output.
This unified system learns from its own deployments. After every full cycle:
extraction_framework.md with better probing questions.governance_checklist.md.extraction_framework.md, os_architecture_guide.md, governance_checklist.mdtacit_profile_template.md, audit_report_template.md, and the os_files/ directory.verify_action.py (The Proof of Action validator).