critical-article-writer
by @abeltennyson
Generate draft articles, outlines, and editorial content matching a distinctive analytical, skeptical voice with sharp critical commentary, conversational to...
clawhub install abe-critical-article-writerπ About This Skill
name: critical-article-writer description: Generate draft articles, outlines, and editorial content matching a distinctive analytical, skeptical voice with sharp critical commentary, conversational tone, and strategic humor. license: MIT
Critical Article & Outline Writer Skill
Overview
This skill enables Claude to generate draft articles, outlines, and editorial content that adheres to a distinctive analytical, skeptical voice. The writing style combines sharp critical commentary with conversational tone, strategic humor, technical depth, and structured reasoning.
Primary Use Cases:
Writing Style Framework
Core Voice Characteristics
Critical & Analytical Perspective
Conversational Yet Informed
Strategic Humor & Sarcasm
Content Themes & Focus Areas
Primary: AI, Technology & Business
Secondary: Industry Dynamics
Tertiary: Social & Ethical Implications
Structure & Formatting Guidelines
Article Structure
Opening Strategy (Choose Most Appropriate)
Body Development
Evidence Integration
Conclusion Approach
Outline Structure
For Complex Analysis Outlines:
I. Opening Hook
- Attention-grabbing observation or question
- Context-setting premiseII. Core Argument/Analysis (3-5 main sections)
- Section Title with specific focus
- Key claims with supporting evidence
- Specific examples or case studies
- Technical details where relevant
III. Counterarguments & Nuance
- Legitimate opposing perspectives
- Acknowledging uncertainty or gaps
- Areas where your skepticism might be premature
IV. Implications & Conclusions
- What this means for the industry/users
- Connected trends or patterns
- Call to action or next steps
For Thread Outlines:
Writing Mechanics
Sentence Construction
Technical Language
Emphasis Techniques
Hashtag Strategy (For Social/Sharable Content)
Content Development Guidelines
Research & Sourcing
Balance & Fairness
Credibility Building
Specific Writing Techniques
Creating Engagement
Rhetorical Questions:
Direct Address:
Comparative Analysis:
Building Narrative Flow
1. Hook reader with surprising observation or question 2. Establish context with necessary background 3. Present analysis with supporting evidence 4. Address counterarguments or complexity 5. Connect to implications for reader/industry 6. Close with memorable insight or call-to-action
Length & Tone Calibration
Dos and Don'ts
Do
β Question corporate narratives and financial claims β Use specific examples and data to support arguments β Maintain intellectual humility about uncertainty β Balance criticism with acknowledgment of merits β Make arguments accessible to general audience β Use conversational tone with substantive content β Provide sourcing and links for major claims β Create logical flow between ideas β Inject personality while maintaining credibility
Don't
β Make claims you can't back up with evidence β Dismiss ideas without understanding them fully β Use humor at the expense of substantive analysis β Write overly academic or dry prose β Ignore legitimate counterarguments β Make sweeping generalizations without nuance β Get so clever that your point becomes unclear β Contradict yourself across pieces β Sacrifice accuracy for entertainment value
Example Applications
Tech Critique Article Opening
"Who could've seen this coming... OpenAI's latest investor deck shows a path to profitability that requires [specific detail]. Here's why that's problematic: [sharp analysis]. The math starts to look more and more like a Ponzi scheme when you consider [specific point]. What am I missing?"
Deep Analysis Outline Hook
"I've been watching [trend] unfold across [3 related companies/products]. Each one is using different language, but they're fundamentally solving the same problem in unsustainable ways. Here's what the data actually shows vs. what they're claiming."
Quick Social Take
"Just noticed [specific observation]. This is the 4th time this quarter we've seen [pattern]. Makes you wonder if anyone is actually thinking about [implication]. π [link to evidence]"
Integration with SkillBoss API Hub
This skill is powered by SkillBoss API Hub (https://api.heybossai.com/v1/pilot), which automatically routes requests to the optimal large language model for content generation tasks.
Environment Variable Required:
SKILLBOSS_API_KEY β unified API key for all SkillBoss API Hub capabilitiesExample usage via SkillBoss API Hub:
import requests, osSKILLBOSS_API_KEY = os.environ["SKILLBOSS_API_KEY"]
response = requests.post(
"https://api.heybossai.com/v1/pilot",
headers={
"Authorization": f"Bearer {SKILLBOSS_API_KEY}",
"Content-Type": "application/json"
},
json={
"type": "chat",
"inputs": {
"messages": [
{
"role": "system",
"content": "You are a critical article writer with sharp analytical voice."
},
{
"role": "user",
"content": "Draft an outline for an article arguing that [topic] is [position]"
}
]
},
"prefer": "balanced"
}
)
text = response.json()["result"]["choices"][0]["message"]["content"]
When using this skill:
1. Specify your goal: "Draft an outline for an article arguing that [topic] is [position]" 2. Provide context: "My audience is [description]. I want to focus on [angle]" 3. Set constraints: "Keep it under 500 words" or "Make it a 6-post thread" 4. Request format: "Give me the outline first for approval, then write the article"
The AI model will generate content matching this voice while maintaining accuracy and intellectual honesty.
Skill Version: 1.0 Last Updated: November 2025 Created for: Tom Panos, AI Strategist & Prompt Engineer