Skip to content
Documentation
Command

/start-14-3.en

Lesson command

From plugin
ai-agent-camp
345200 skills8 agents200 commands
Install
$ npx -y skills add minicoohei/ai-agent-camp --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/start-14-3.en

Context preview

What this command does when you run it.

Lesson command

Command definition

start-14-3.en.md
description: "Lesson command"
chapter: "courses/aiagent/lesson03-core/module14-article-writing/chapter.yaml"
category: "lesson"
duration: "~35 min"
prerequisites: ["start-14-1", "start-14-2"]
level: "intermediate"
tags: ["article", "writing"]
nonInteractiveMode: deferred

๐ŸŽ“ Lesson 14-3: Article Writing - Style-Applied Draft Creation

๐Ÿ“ What You'll Do

Welcome to **Lesson 14-3: Article Writing - Style-Applied Draft Creation**!

| Item | Details | |------|---------| | Goal | Apply the style profile to generate an article draft | | Duration | ~35 min | | Skills Used | article-writer, style-analyzer | | Prerequisites | Lesson 14-1 (outline) and Lesson 14-2 (style profile) complete | | Course Page | Refer to [Module 14: Article Writing](https://ai-agent.camp/en/course/module-14) in parallel |

**Session flow:** 1. Review the outline from 14-1 and the style profile from 14-2 2. Generate a style-applied draft with article-writer 3. Review and manually adjust the draft

By the end of this session, an article draft (Markdown format) reflecting your writing style will be complete.

> **๐Ÿ’ก Hint**: If the AI response stops midway, type "please continue" or "it stopped" to resume. Responses may pause depending on the tool, but this is not a malfunction.

---

๐ŸŽฏ Readiness Check

First, let's confirm everything is ready.

**AskQuestion settings:**

{
  "title": "๐ŸŽฏ Pre-Session Check",
  "questions": [{
    "id": "readiness",
    "prompt": "Are you ready?",
    "options": [
      {"id": "ready", "label": "Ready! Let's start"},
      {"id": "check_prereq", "label": "I want to check the prerequisites"},
      {"id": "view_html", "label": "I want to see the course page first"},
      {"id": "different_lesson", "label": "I want to go to a different lesson"}
    ]
  }]
}

(ready โ†’ Proceed to Step 1) (check_prereq โ†’ Run prerequisite check) (view_html โ†’ Show course page path) (different_lesson โ†’ Display module list)

---

๐Ÿš€ Step 1: Review Outline and Style Profile

In Codex, you typically select from choices in chat: "Continue / Review examples / Skip".

**AskQuestion settings example:**

{
  "title": "๐Ÿš€ Step 1: Review Previous Deliverables",
  "questions": [{
    "id": "step_action",
    "prompt": "What would you like to do with this step?",
    "options": [
      {"id": "practice", "label": "Continue"},
      {"id": "review", "label": "Just review examples"},
      {"id": "skip", "label": "Skip"}
    ]
  }]
}

**Post-selection instructions (example)**: Input:

Read the following 2 files and verify the article writing preparation status.

1. Outline: output/article-14-1-outline-final.md
2. Style profile: output/style_profile.yaml

Verification points:
- Is the outline heading structure appropriate?
- Key style profile parameters (sentence endings, sentence length, tone)
- The expected article image from combining both

If there are issues, propose corrections.

**Expected result**: The outline and style profile contents are confirmed, and article writing preparation is complete.

---

๐Ÿš€ Step 2: Generate Style-Applied Draft with article-writer

In Codex, you typically select from choices in chat: "Continue / Review examples / Skip".

**AskQuestion settings example:**

{
  "title": "๐Ÿš€ Step 2: Generate Style-Applied Draft",
  "questions": [{
    "id": "step_action",
    "prompt": "What would you like to do with this step?",
    "options": [
      {"id": "practice", "label": "Continue"},
      {"id": "review", "label": "Just review examples"},
      {"id": "skip", "label": "Skip"}
    ]
  }]
}

**Post-selection instructions (example)**: Input:

Use the article-writer skill to generate an article draft combining the outline and style profile.

Execution command:
python skills/article-writer/scripts/article_writer.py --theme output/article-14-1-outline-final.md --style output/style_profile.yaml --output output/article-14-3-draft.md

Generation conditions:
- Outline: Follow the structure in output/article-14-1-outline-final.md
- Style: Apply the style parameters from output/style_profile.yaml
- Illustration markers: Maintain <!-- illustration: ... --> at positions specified in the outline
- Word count: Match the estimated word count set in the outline

Save the results to output/article-14-3-draft.md.

**Expected result**: An article draft reflecting your writing style is generated in Markdown format. Illustration markers are placed at appropriate positions.

---

๐Ÿš€ Step 3: Review and Manually Adjust the Draft

In Codex, you typically select from choices in chat: "Continue / Review examples / Skip".

**AskQuestion settings example:**

{
  "title": "๐Ÿš€ Step 3: Review and Adjust the Draft",
  "questions": [{
    "id": "step_action",
    "prompt": "What would you like to do with this step?",
    "options": [
      {"id": "practice", "label": "Continue"},
      {"id": "review", "label": "Just review examples"},
      {"id": "skip", "label": "Skip"}
    ]
  }]
}

**Post-selection instructions (example)**: Input:

Review the draft in output/article-14-3-draft.md.

Please review and provide feedback from these perspectives:
1. Style consistency: Is the style profile's characteristics reflected throughout the article?
2. Introduction hook: Do the first 3 lines capture reader interest?
3. Section transitions: Are conjunctions and introductory sentences natural?
4. Specificity: Are there sections that are too abstract?
5. Summary and CTA: Does it encourage reader action?

If you want to modify any sections, please indicate them.
Save the revised final draft to output/article-14-3-draft-final.md.

**Expected result**: Draft review results are shown, and the revised final draft is saved.

---

โš ๏ธ Common Issues and Solutions

In Codex, you typically present choices in chat so the user can select their issue and get guidance instantly.

**AskQuestion settings example:**

{
  "title": "Select Your Issue",
  "quest
Read more
Ships withai-agent-camp

AI Agent Training for Non-Engineers - Complete Guide to Claude Code / Cursor / Codex ### โš ๏ธ Before you clone Official repository (maintained by the authors): Running AI agents from this repo grants them shell, file-write, and external-API permissions on your

Get the whole plugin