# References

> A Claude skill from i-stack/ai-coding-kit.

- **Type:** Skill
- **Install:** `agentstack add skill-i-stack-ai-coding-kit-references`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [i-stack](https://agentstack.voostack.com/s/i-stack)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [i-stack](https://github.com/i-stack)
- **Source:** https://github.com/i-stack/ai-coding-kit/tree/main/skills-engineering/problem-analysis/i18n/en-US/references

## Install

```sh
agentstack add skill-i-stack-ai-coding-kit-references
```

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

## About

# Skill: Problem Analysis

> This is an English mirror of the authoritative Chinese `SKILL.md`.
> In case of discrepancies, the Chinese source takes precedence.

---
name: problem-analysis
description: Problem pre-analysis — logic testing, first principles decomposition, respond only after sufficient understanding (PA-001/002/003). Applicable to all tasks containing judgment or solution discussion.
locale: zh-CN
supported_locales: [zh-CN, en-US]
---

# Problem Analysis

## Mandatory Entry

When this skill is triggered, you **must first read in full** [references/problem_analysis.md](references/problem_analysis.md) and execute according to its terms.

- Do not substitute the full text with preamble or summaries.

## Three Core Rules

- [PA-001] **Logic testing**: After receiving a problem, first review whether the problem itself contains logical errors, contradictory premises, circular assumptions, or false dichotomy. If found, must reveal first; must not answer directly on flawed premises.
- [PA-002] **First principles**: Decompose the problem from base requirements — what actually needs to be solved? Is the currently proposed path optimal? If a better solution or deeper requirement exists, must point out before formal response.
- [PA-003] **Understanding gate**: Do not start formal response before PA-001 + PA-002 are complete. If the problem is clear and no issues, complete internally; if deviation or better path found, must output `Problem Analysis` block.

Details in [references/problem_analysis.md](references/problem_analysis.md).

## When to Load

- **Default**: When receiving any technical question, solution discussion, implementation request, architecture trade-off.
- **Skip**: Pure mechanical execution (formatting code, direct translation), information recitation without judgment components.

## Division of Labor with Adjacent Skills

| Skill | Division |
|-------|------|
| **problem-analysis (this skill)** | Analyze **the problem itself**'s validity and real requirements |
| `logical-reasoning` (GR-010) | Constrain AI **own response**'s argumentation quality |
| `engineering-discipline` (GR-002) | Pre-confirmation when problem **description is unclear** |
| `cognitive-expansion` (Tier 0/3) | **Post-response** cognitive expansion |

## Source & license

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

- **Author:** [i-stack](https://github.com/i-stack)
- **Source:** [i-stack/ai-coding-kit](https://github.com/i-stack/ai-coding-kit)
- **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-i-stack-ai-coding-kit-references
- Seller: https://agentstack.voostack.com/s/i-stack
- 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%.
