Generate formal NCI analysis report in JSON or Markdown format for sharing and archiving
/plugin marketplace add synaptiai/synapti-marketplace/plugin install decipon@synapti-marketplace# Generate NCI Report Generate formal NCI analysis report in JSON or Markdown format. ## Usage ## Arguments - `$ARGUMENTS`: Content to analyze plus optional flags - Content: URL, file path, or text - `--format`: Output format (default: markdown) - `--output`: Save to file (optional) ## Purpose Generate a formal, shareable NCI analysis report: - Complete 20-category breakdown - Dual perspectives with confidence - Structured format for sharing/archiving - Machine-readable (JSON) or human-readable (Markdown) ## Workflow 1. **Parse Arguments** - Extract content from flags ...