AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

References

skill-i-stack-ai-coding-kit-references · by i-stack

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

No reviews yet
0 installs
39 views
0.0% view→install

Install

$ agentstack add skill-i-stack-ai-coding-kit-references

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-i-stack-ai-coding-kit-references)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of References? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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/problemanalysis.md](references/problemanalysis.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/problemanalysis.md](references/problemanalysis.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.

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

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.