成功的项目管理

v1.0.0

Use this skill for multi-step project work that requires structured intake, context discovery, scope control, environment awareness, evidence-driven debuggin...

0· 302·2 current·2 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for fingolfin2/project-management-governance.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "成功的项目管理" (fingolfin2/project-management-governance) from ClawHub.
Skill page: https://clawhub.ai/fingolfin2/project-management-governance
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install project-management-governance

ClawHub CLI

Package manager switcher

npx clawhub@latest install project-management-governance
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
The name/description (project governance, intake, evidence-driven debugging, documentation) match the SKILL.md content. It asks the agent to inspect project docs, plan, and make small changes — all consistent with the stated purpose. No unrelated binaries or cloud credentials are requested.
Instruction Scope
Instructions direct the agent to read project files, docs, logs, and perform readonly inspections and small changes when justified. This is within scope for a project-management workflow, but it does give the agent broad discretion to read repository files and environment-related artifacts — which may surface sensitive information if present.
Install Mechanism
No install spec and no code files — instruction-only skill. Nothing will be written to disk by an installer as part of the skill package itself.
Credentials
The skill declares no environment variables, credentials, or config paths. The SKILL.md emphasizes asking for environment facts and preferring readonly checks rather than assuming secrets, which is proportionate to its purpose.
Persistence & Privilege
always is false and the skill does not request persistent elevated privileges or to modify other skills. Normal autonomous invocation is allowed (platform default).
Assessment
This skill appears coherent for project-level, evidence-driven work. Before installing, confirm you trust the skill despite its unknown source: • Decide whether you will allow the agent read access to your repository and logs (it will need that to follow the workflow). Prefer granting read-only access initially. • Be cautious about automatic writes: the SKILL.md suggests writing to project-local .learnings/ files — ensure those files won’t capture secrets or sensitive logs. • If you require higher assurance, ask the publisher for provenance (homepage, repo, maintainer) or review the skill text yourself; since it’s instruction-only there is no bundled executable, reducing install risk. • Monitor the first runs and review any changes the agent proposes before applying them.

Like a lobster shell, security has layers — review code before you run it.

latestvk97713n681mr7jnp8vw1adm5nh836xfe
302downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

Project Management Governance

Purpose

This skill applies a default project-governance workflow for complex work. Use it when the task is not a trivial one-file edit and requires planning, coordination, debugging, structured implementation, or documentation-aware execution.

When to use

Use this skill for:

  • multi-step coding or refactoring
  • debugging with incomplete context
  • document-linked implementation
  • environment-sensitive work
  • release, migration, or deployment planning
  • cross-file or cross-module changes
  • tasks that require explicit progress tracking, risk control, or handoff

Do not over-apply it to trivial formatting edits or obvious one-line fixes.

Default operating workflow

Before implementation, do not jump straight into code changes.

Default sequence:

  1. Identify the project root and current working scope.
  2. Read the main project overview document, if present.
  3. Read the architecture, workflow, or implementation guide, if present.
  4. Read the task-specific, module-specific, or feature-specific documentation related to the request.
  5. Read active handoff, plan, worklog, issue, or temporary notes if the task appears to be part of an ongoing stream.
  6. Only then decide whether the next step is clarification, inspection, planning, implementation, validation, or handoff.

Task intake and scope control

Before making changes, clarify:

  • the target outcome
  • the affected files, modules, or deliverables
  • whether this is planning, debugging, implementation, validation, or documentation work
  • whether the task is local-only, environment-dependent, or production-sensitive
  • what counts as success

If scope is ambiguous, first reduce ambiguity. Do not silently widen the task.

Environment awareness

Do not assume the execution environment.

Distinguish clearly between:

  • local development
  • test or staging environments
  • production or target environments
  • external systems or remote platforms

Never silently mix environment-specific paths, settings, credentials, or assumptions. If environment facts are missing and they matter to the task, ask for them or propose readonly checks first.

Evidence-first execution

Do not guess operational facts, root causes, or runtime parameters.

Before proposing risky changes, collect evidence such as:

  • current file layout
  • configuration state
  • interfaces and contracts
  • logs and stack traces
  • sample inputs and outputs
  • environment constraints
  • dependency relationships
  • existing documentation and recent notes

When evidence is missing, prefer:

  • readonly inspection commands
  • small validation steps
  • probes
  • minimal reproducible checks

Planning policy

When a task is large enough to justify planning, produce a compact execution plan that includes:

  • objective
  • current state
  • missing information
  • dependencies
  • risks
  • smallest safe next step
  • validation method

Prefer phased execution:

  1. inspect
  2. validate assumptions
  3. make the smallest justified change
  4. verify results
  5. update documentation
  6. record reusable learnings

Debugging policy

Use evidence-driven debugging.

Default sequence:

  1. inspect the current state
  2. compare expected behavior with observed behavior
  3. identify likely fault boundaries
  4. propose 1 to 3 low-risk fixes
  5. apply the smallest justified fix
  6. validate the result
  7. document the finding

Do not present speculation as confirmed diagnosis.

Change management

Prefer small, reversible changes over broad rewrites. When multiple solutions are possible, bias toward the option with:

  • lower blast radius
  • clearer validation path
  • better alignment with existing project structure
  • easier rollback

Documentation synchronization

When behavior, structure, interfaces, workflows, assumptions, or operational instructions change:

  • update the corresponding documentation in the same work cycle
  • keep docs and implementation aligned
  • note any remaining gaps explicitly if full sync is not yet possible

Project-local learnings

Use project-local learnings as a staging layer for reusable findings.

Recommended files:

  • .learnings/LEARNINGS.md
  • .learnings/ERRORS.md
  • .learnings/FEATURE_REQUESTS.md

Write to them when:

  • a command fails in a reusable way
  • a recurring misconception is corrected
  • an environment constraint is discovered
  • a safer execution pattern is found
  • a missing but valuable capability is identified

Do not treat .learnings/ as the final authority. Promote stable conclusions into the project’s formal documentation structure after validation.

Handoff and progress reporting

When reporting progress, distinguish clearly between:

  • completed
  • in progress
  • blocked
  • assumptions
  • missing evidence
  • next step

When handing off, include:

  • what was checked
  • what changed
  • what remains unresolved
  • how to validate the next step

Output style for this skill

When operating under this skill:

  • state what has been read
  • separate facts from assumptions
  • identify missing context explicitly
  • avoid premature implementation
  • prefer minimal safe next steps
  • include validation and documentation follow-through

Comments

Loading comments...