Draft management and strategy literature reviews from an OpenAlex review workspace or a curated paper list, using paragraph-only academic prose, real APA citations, and synthesis across theory, methods, and context. Use only after an approved review plan exists.
Use this skill after the planning stage, when the user wants a literature review draft in management, entrepreneurship, organization theory, innovation, or strategy.
This skill is the writing handoff for review workspaces created with:
openalex-ajg-insightsmanagement-review-plannerDo not start formal drafting until an approved review_plan.md exists. In long-running projects, let review-orchestrator enforce this gate.
That plan is the frozen execution blueprint for the project. The writer should enrich its sections and paragraphs with evidence, not redesign the architecture. If the user wants the structure to change, return to management-review-planner first.
review_plan.md as the canonical structure.When the review may require multiple drafting turns, always persist the writing constraints outside the live context window.
Use scripts/build_review_packet.py to generate:
review_packet.mdreview_guardrails.mdBefore any new drafting or revision pass, reread all three files first:
review_plan.mdreview_packet.mdreview_guardrails.mdTreat them as the canonical writing memory for the review.
Check that review_plan.md exists and is approved.
management-review-planner through review-orchestrator.Inspect the available evidence base.
scripts/build_review_packet.py.Determine the source level.
abstract-only: use only safe abstract claims.mixed: combine abstract screening with retrieved full-text chunks.full-text: rely primarily on evidence extracted from Markdown or evidence tables.Draft inside the frozen framework.
review_plan.md.review_plan.md.Use these placeholders on any operating system:
<workflow-python>: the Python interpreter that can run the review scripts<review-gen-home>: the folder containing the review-gen package or its installed skills<review-workspace>: the target review workspacepython <review-gen-home>/skills/management-review-writer/scripts/build_review_packet.py \
--workspace <review-workspace> \
--topic "Entrepreneurial bricolage and innovation" \
--word-count 1800 \
--top-papers-mode dynamic \
--output-path <review-workspace>/08_outputs/review_packet.md
This command now also writes 08_outputs/citation_allowlist.jsonl by default.
Before finalizing a draft, run citation validation:
python <review-gen-home>/skills/management-review-writer/scripts/validate_draft_citations.py \
--workspace <review-workspace> \
--draft-path <review-workspace>/08_outputs/review_draft.md
Then reread the plan, packet, guardrails, and citation audit report before finalizing the prose.
Read only what is needed:
references/review-writing-standards.mdreferences/review-prompt-templates.md