management-review-planner

Builds and freezes a reusable literature review framework before prose drafting begins.

Updated Jul 15, 2026
One-click install
npx skills add https://github.com/1549171506/shizhengmubangai1 --skill management-review-planner-1549171506
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: management-review-planner
Source: https://github.com/1549171506/shizhengmubangai1/tree/main/Desktop/123/.claude/skills/management-review-planner
Command: npx skills add https://github.com/1549171506/shizhengmubangai1 --skill management-review-planner-1549171506

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve? Drafting a management or strategy literature review without a stable framework leads to concept drift, unstable section logic, and rework. This Skill creates a persistent, user-approved review plan that becomes the canonical outline for all later drafting. ## Core Features & Use Cases - Plan Scaffolding: Generates 07_plan/review_plan.md from a review workspace corpus, including topic decomposition, definition anchors, section blueprint, and paragraph blueprint. - Core Paper Selection: Selects core papers from the master corpus using dynamic, fixed, or all-included modes, prioritizing title/abstract-screened-in papers, with optional CNKI RIS import for Chinese-language reviews. - Versioned Iteration: Archives every planning revision as a timestamped snapshot under 07_plan/history/ and blocks drafting until the user explicitly approves the framework. - Use Case: After screening papers for a review on entrepreneurial bricolage and innovation, run the planner to produce a structured plan, refine constructs and paragraph logic with the user, then freeze it before handing off to the writing skill. ## Quick Start Ask the assistant to run the build_review_plan.py script against your review workspace with your topic, target word count, and language to generate the initial review plan scaffold.

Frequently Asked Questions about management-review-planner

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I plan a management literature review before writing?▼

Run the build_review_plan.py script against your review workspace with a topic, word count, and language. It generates review_plan.md containing topic decomposition, definition anchors, a section blueprint, and a paragraph blueprint that you refine and approve before drafting.

How do I include Chinese papers from CNKI in a review plan?▼

Export RIS files from CNKI by keyword and place them in the workspace's 02_corpus/cnki_ris directory, or pass a custom folder with --cn-ris-dir. When language is set to zh, the script parses the RIS entries and adds a Chinese-language papers section to the plan.

What inputs does the review plan script require?▼

The script reads master_corpus.jsonl, screening_table.csv, evidence_table.csv, and fulltext_manifest.csv from the workspace. If the corpus is empty, it falls back to ranked papers from the full-text manifest so a plan can still be generated.

Can I draft the review before the plan is approved?▼

No. The plan starts in DRAFT status and the workflow blocks handoff to the writing skill until the user explicitly approves and freezes the framework. Every revision is archived as a timestamped snapshot under 07_plan/history.

How does dynamic core paper selection work?▼

Dynamic mode targets papers marked included at the title/abstract screening stage and auto-sizes the selection based on pool size. It does not backfill with excluded papers unless you explicitly pass --allow-fallback.