# Identify New Questions From Article

> Read a story pitch and identify questions it does not yet address.

- **Type:** Skill
- **Install:** `agentstack add skill-press-pass-journalism-skills-identify-new-questions-from-article`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [press-pass](https://agentstack.voostack.com/s/press-pass)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [press-pass](https://github.com/press-pass)
- **Source:** https://github.com/press-pass/journalism-skills/tree/main/skills/identify-new-questions-from-article

## Install

```sh
agentstack add skill-press-pass-journalism-skills-identify-new-questions-from-article
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

You will be given a story lead ID. First, call the `get_story_leads` MCP tool and find the lead matching the provided ID. Read its title, why it matters, sources, and existing questions to understand the story.

In a good article, who, what, where, why, and how are all answered. Oftentimes when writing an article, some of these questions will be left unanswered. Analyze the story lead and identify if any of these questions are unanswered.

For each unanswered question:

1. Identify which of the five W's (who, what, where, why, how) it falls under
2. State the specific question that remains unanswered
3. Call the `add_question` MCP tool with:
   - `leadId`: the story lead ID
   - `questionText`: the question text
   - `questionType`: which of the five W's it falls under
4. Research the answer using available tools
5. Call the `answer_question` MCP tool with:
   - `questionId`: the ID returned from the add_question call
   - `answerText`: the researched answer

After processing all questions, summarize what new questions were added and which were answered.

Story lead ID: $ARGUMENTS

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [press-pass](https://github.com/press-pass)
- **Source:** [press-pass/journalism-skills](https://github.com/press-pass/journalism-skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-press-pass-journalism-skills-identify-new-questions-from-article
- Seller: https://agentstack.voostack.com/s/press-pass
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
