chief-of-staff

Clarify ambiguous multi-context work requests and produce a routing decision and preflight checklist.

1|Updated Nov 3, 2023
One-click install
npx skills add https://github.com/luifertorres/trading-assistant --skill chief-of-staff-luifertorres
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chief-of-staff
Source: https://github.com/luifertorres/trading-assistant/tree/main/.cursor/skills/chief-of-staff
Command: npx skills add https://github.com/luifertorres/trading-assistant --skill chief-of-staff-luifertorres

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill reduces uncertainty for requests that span multiple layers, repositories, or specification modes by producing a short, actionable preflight that clarifies intent, audience, constraints, blast radius, and the next routing decision so execution stays fast and safe.

Core Features & Use Cases

  • Concise preflight: Produce a brief routing decision and checklist (3–7 bullets) instead of broad design discussion.
  • Context scoping: Decide whether work belongs to TradingPlatform, legacy TradingAssistant, or requires OpenSpec (/opsx:*).
  • Orchestration guidance: Recommend which AGENTS.md, routing rules, or OpenSpec commands to load and whether to bypass extended routing when a concrete command or folder was specified.
  • Use Case: When a request touches exchange integrations, persistence, and a new platform API, run the preflight to identify the smallest specialist surface and required agents before any code changes.

Quick Start

Ask the skill to preflight the request by summarizing outcome, constraints, audience, blast radius, and proposing a 3–7 step routing plan.

Frequently Asked Questions about chief-of-staff

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

FAQPage Schema
How do I route ambiguous work requests that span multiple platforms and OpenSpec workflows?

Agent routing for multi-layer requests works by scoping context to decide whether work belongs to legacy or new platforms, then recommending specific AGENTS.md rules and OpenSpec commands to load before execution begins.

How do I create a preflight checklist for multi-layer exchange integration requests?

Create a preflight checklist for multi-layer requests by summarizing the outcome, constraints, audience, and blast radius, then proposing a 3–7 step routing plan that identifies the smallest specialist surface and required agents before code changes.

Does this preflight routing approach work without extended routing when a concrete command is specified?

Preflight routing does bypass extended routing when a concrete command or folder is specified, directly recommending the required AGENTS.md or OpenSpec commands to load instead of running through broad design discussions.

What is the best way to triage unclear work sequencing across different repositories?

The best way to triage unclear work sequencing across repositories is to generate a concise routing decision that scopes context, identifies blast radius, and stops execution when a single clarifying question resolves the ambiguity.

When should I not use a preflight routing checklist for software engineering tasks?

You should not use a preflight routing checklist when a request is already clear, confined to a single platform layer, or does not span multiple repositories, OpenSpec workflows, or specification modes requiring intent clarification.