Use when users need offline feasibility-study drafting, review, scheme-building, or outline-selection workflows from a recovered prompt corpus, especially when they want reusable system, task, review, expert, and outline prompts without depending on the original app.
This skill packages the recovered FeasibilityAI prompt corpus into a reusable offline workflow. Use it when we want to draft chapters, review text, revise content, extract structured facts, run consistency checks, build schemes, or select industry outlines without depending on the original application. Keep it scoped to offline prompt reuse and workflow reconstruction.
system, tasks, review, scheme, experts, or outline data.Do not use this skill for private API replay, vendor authentication bypass, or extraction of secrets from protected services.
Pick the workflow family
references/system-prompts.md and fetch the relevant chapter prompt with scripts/lookup_prompt.pyreferences/task-prompts.md or references/review-prompts.mdreferences/scheme-prompts.mdreferences/expert-index.mdreferences/outline-index.md and use scripts/select_outline.pyInspect exact prompt entries
python scripts/lookup_prompt.py --list-groupspython scripts/lookup_prompt.py --group systempython scripts/lookup_prompt.py --key system/governmentpython scripts/lookup_prompt.py --search consistencyInspect outline coverage
python scripts/select_outline.py --list-majorspython scripts/select_outline.py --major A1 --list-subgroupspython scripts/select_outline.py --major A1 --subgroup municipalpython scripts/select_outline.py --search sewageassets/prompts.json ? full recovered prompt/config corpusassets/outlines.json ? full recovered outline/template corpusreferences/prompt-taxonomy.md ? prompt families and usage mapreferences/system-prompts.md ? system-level writing roles and output rulesreferences/task-prompts.md ? generic task prompts for write/review/revise/extract/polishreferences/review-prompts.md ? stricter review-agent promptsreferences/scheme-prompts.md ? interviewer / architect / reviewer trioreferences/expert-index.md ? expert-category map and lookup guidancereferences/outline-index.md ? major/subgroup outline catalogreferences/project-structure.md ? recovered project file structure and local data modelreview/* over tasks/* if we want stricter audit framing.references/system-prompts.mdgovernment_2023/chapters/4_siteexperts/<category>review/review or tasks/reviewreview/revise or tasks/revisetasks/extract / review/extract when we need structured facts firstreferences/scheme-prompts.mdscheme/interviewer to ask for missing datascheme/architect to transform facts into structured patchesscheme/reviewer to check missing technical fields and risksdeepseek and the default model as deepseek-chat, but this skill is intentionally offline and model-agnostic.