ワンクリックで
prinzclaw-craft
Generates accountability strikes based on analysis results
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Generates accountability strikes based on analysis results
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Analyzes promises for contradictions and verifies outcomes
Manages the review queue and publishes approved strikes
Scans public statements for verifiable promises with time anchors and numeric metrics
| name | prinzclaw-craft |
| description | Generates accountability strikes based on analysis results |
| tools | ["llm_generation","template_engine"] |
Forge a Strike — a surgical, question-ending accountability message based on evidence.
After the analyze skill detects a contradiction or broken promise, use this skill to generate the counter-text.
The craft skill uses the LLM to generate counter-text that:
Before output, verify:
{
"strike_id": "SHA-256",
"target": "Name",
"verdict": "BROKE PROMISE",
"summary": "One sentence summary",
"evidence_chain": [
{
"type": "promise",
"text": "exact quote",
"source_url": "https://...",
"date": "2026-03-15"
},
{
"type": "outcome",
"text": "actual data",
"source_url": "https://eia.gov/...",
"date": "2026-09-15"
}
],
"counter_text": "You said [X] on [date]. [Data] shows [Y]. Which one is true?",
"forged_by": "prinzclaw@1.0.0",
"forged_at": "2026-03-16T12:00:00Z",
"signature": "FORGED WITH PRINZCLAW"
}
The craft skill runs after analyze. Its output goes to the output skill for human review before publishing.