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

Shen Hua

skill-fengsihao23-eng-shen-hua-shen-hua · by fengsihao23-eng

Top-level Shen-Hua long-task agent entrypoint. Use when the user invokes `$shen-hua` or asks Codex to run the full Shen-Hua workflow for complex project work, including planning, runtime queueing, memory retrieval, subagent orchestration, verification, self-review, handoff, automation preparation, and external-sync preparation.

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

Install

$ agentstack add skill-fengsihao23-eng-shen-hua-shen-hua

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

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

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-fengsihao23-eng-shen-hua-shen-hua)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo 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 Shen Hua? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Shen-Hua

Shen-Hua is the single entrypoint for the whole long-task skill pack. Use it as the first skill when the user wants the complete system rather than one specialized step.

Trigger Conditions

Use this skill when:

  • The user invokes $shen-hua.
  • The user asks to use the Shen-Hua system, long-task agent mode, project commander, or full long-task workflow.
  • The task may need planning, queueing, memory, runtime gate, subagents, verification, review, and handoff together.
  • The user wants a project to be advanced end to end, resumed, monitored, or prepared for automation.

Do Not Trigger

Do not use this skill when:

  • The user explicitly invokes a narrower Shen-Hua skill such as $verification-loop and the task is clearly limited to that step.
  • The task is a trivial one-shot answer with no project state.
  • The user forbids reading/updating .agent/ or using the Shen-Hua runtime.

Startup Workflow

  1. Read project rules and memory:
  • AGENTS.md
  • .agent/PROJECT_BRIEF.md
  • .agent/PLAN.md
  • .agent/TASKS.md
  • .agent/HANDOFF.md
  • .agent/state/tasks.jsonl
  • .agent/state/events.jsonl
  1. If runtime files are missing, use $runtime-operator or run:

``powershell py -3 .\.agents\skills\persistent-memory\scripts\shenhua_runtime.py init ``

  1. Run or consider the runtime gate before substantial work:

``powershell py -3 .\.agents\skills\persistent-memory\scripts\shenhua_runtime.py gate ``

  1. Classify the user's request:
  • resume: continue from .agent/HANDOFF.md and queue.
  • plan: use $deep-planner.
  • execute: use $project-commander.
  • delegate: use $subagent-orchestrator only when subagents are available and authorized.
  • verify: use $verification-loop.
  • review: use $self-reviewer.
  • handoff: use $handoff-writer.
  • runtime: use $runtime-operator.

Execution Loop

  1. Pick the highest-value safe task from the user request or .agent/state/tasks.jsonl.
  2. Update .agent/state/events.jsonl with what is starting.
  3. Use the narrow skill needed for the current phase:
  • $project-commander for main coordination.
  • $deep-planner before risky multi-file work.
  • $runtime-operator for queue/search/resume/automation/sync.
  • $subagent-orchestrator for permitted multi-agent work.
  • $persistent-memory for memory hygiene.
  1. Make changes conservatively and preserve user edits.
  2. Run $verification-loop or the runtime gate after changes.
  3. Run $self-reviewer before declaring readiness.
  4. Run $handoff-writer before ending.

Required .agent/ Updates

Every Shen-Hua round must update:

  • .agent/LOG.md
  • .agent/TASKS.md
  • .agent/HANDOFF.md
  • .agent/state/events.jsonl

When relevant, update:

  • .agent/PLAN.md
  • .agent/DECISIONS.md
  • .agent/REVIEW_CHECKLIST.md
  • .agent/state/tasks.jsonl
  • .agent/resume-prompt.md
  • .agent/automation-prompt.md
  • .agent/state/sync-export.json

Subagents

Use real subagents only when the user explicitly asks for delegation/parallel agents and the current Codex runtime permits it. Otherwise, simulate the roles locally and record the limitation.

Verification

Before claiming completion, run the strongest applicable check:

py -3 .\.agents\skills\persistent-memory\scripts\shenhua_runtime.py gate

For code projects, also run project-specific build, lint, typecheck, and tests when available.

Output Format

SHEN-HUA STATUS
Mode:
Objective:
Queue:
Actions:
Verification:
Memory updated:
Open risks:
Next action:

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.