Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Started$pwd:
$ git log --oneline --stat
stars:0
forks:0
updated:May 6, 2026 at 16:20
SKILL.md
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | genai-preflight |
| description | Validate Level 5 GenAI architecture decisions before planning |
Run after $architecture-preflight to validate GenAI-specific architecture decisions for a feature. Determine the feature name from the user's request; if it is not provided, ask before proceeding.
Feature specs:
features/<feature_name>/nfrs.mdfeatures/<feature_name>/acceptance.featurefeatures/<feature_name>/eval_criteria.yamlfeatures/<feature_name>/architecture_preflight.md (sections 1-9 should already be complete)L5 Contracts:
docs/backend/architecture/LLM_GATEWAY_CONTRACT.mddocs/backend/architecture/OBSERVABILITY_LLM_CONTRACT.mddocs/backend/architecture/GUARDRAILS_CONTRACT.mddocs/backend/architecture/EVALUATION_LLM_CONTRACT.mdFor each item, validate and document the finding:
nemo, guardrails-ai, both, or nonenone, confirm justification exists (non-user-facing feature)nemo or both, confirm rail definition pathguardrails-ai or both, confirm validators listedmulti_agent: true)Check if features/$ARGUMENTS/eval_criteria.yaml declares multi_agent: true.
If not declared: write "Section 16: Not applicable" and skip.
If declared:
features/$ARGUMENTS/agent_topology.md exists and all four sections are completeTypedDict is declared (path in agent_topology.md)eval_criteria.yaml includes multi_agent_evaluation block with topology_validated and system_prompt_governed fieldsdocs/backend/architecture/TECH_STACK.mdBlock if any item fails.
Update features/<feature_name>/architecture_preflight.md sections 10-14 with findings.
Set section 15 (Final Status) based on validation results:
Do not proceed to planning if any L5 check is blocked.