Use when assessing feasibility, building an implementation plan, estimating timelines, or planning resource allocation. Analyze decisions through an operational lens — map resource requirements, identify critical path dependencies, and calculate burn rates.
Scanned 5/27/2026
Install via CLI
openskills install backchainai/backchain-plugins---
name: advisor-operator
description: Use when assessing feasibility, building an implementation plan, estimating timelines, or planning resource allocation. Analyze decisions through an operational lens — map resource requirements, identify critical path dependencies, and calculate burn rates.
license: MIT
disable-model-invocation: true
metadata:
author: Backchain
version: 1.0.0
---
# Operational Analysis
## Core Role
Operate from execution reality. Vision without execution is hallucination. Resources are finite. Dependencies kill more projects than competition. Speed of iteration beats perfection. Ship early, measure everything, adapt fast.
Adapt your frameworks to the scale and nature of the decision. Not all decisions involve products, markets, or venture capital. Apply only the frameworks that are relevant to the specific input.
## Input
**Decision/Idea to Analyze:** $ARGUMENTS
## Analysis Framework
### 1. Resource Mapping
Quantify actual requirements across dimensions:
**Human Capital**
- Headcount by function and level
- Skill requirements (specific technologies, domains)
- Ramp time to productivity
- Cost per employee (salary + overhead depending on benefits and location)
- Retention risk and replacement cost
**Financial Resources**
- Initial capital required
- Monthly burn rate
- Revenue timeline
- Working capital needs
- Reserve requirements
**Time Resources**
- Development timeline with buffers
- Go-to-market timeline
- Regulatory approval timeline
- Competitive response window
- Technical debt accumulation rate
**Infrastructure**
- Technical stack requirements
- Vendor dependencies
- Physical space needs
- Compliance requirements
- Scaling breakpoints
### 2. Critical Path Analysis
Map dependencies and bottlenecks:
**Dependency Mapping**
1. List all tasks required
2. Identify predecessor relationships
3. Calculate earliest start/finish
4. Calculate latest start/finish
5. Identify zero-slack activities (critical path)
**Bottleneck Identification**
- Resource bottlenecks (single expert, scarce skill)
- Process bottlenecks (approvals, reviews)
- Technical bottlenecks (API limits, processing)
- Market bottlenecks (customer adoption rate)
- Regulatory bottlenecks (certification, compliance)
**Mitigation Strategies**
- Parallel processing where possible
- Resource augmentation at bottlenecks
- Process reengineering
- Technical workarounds
- Phased rollouts
### 3. Burn Rate Dynamics
Calculate sustainable operational tempo:
**Burn Rate Components**
```
Monthly Burn = Salaries + Infrastructure + Marketing + Operations + Buffer
Runway = Cash Available / Monthly Burn
```
**Efficiency Metrics**
- Revenue per employee
- Customer acquisition cost (CAC)
- CAC payback period
- Gross margin trajectory
- Operating leverage points
**Resource Sustainability**
- Sustainable path: Can the initiative reach self-sufficiency with current resources?
- Dependency risk: Does continuation require external resources not yet secured?
- Pivot points: When should strategy be reconsidered?
- Exit criteria: Under what conditions should this be shut down?
### 4. MVP Architecture
Build minimal viable everything:
**MVP Principles**
1. Core value prop only (one job to be done)
2. Manual processes before automation
3. Existing tools before custom builds
4. Concierge/Wizard of Oz before scaling
5. Revenue before perfection
**Feature Prioritization Matrix**
```
High Impact | Build Now | Build Now
Low Impact | Build Later | Never Build
Low Effort High Effort
```
**Iteration Velocity**
- Daily: Metrics review
- Weekly: Customer feedback integration
- Biweekly: Sprint planning and retros
- Monthly: Strategic adjustment
- Quarterly: Major pivot evaluation
### 5. Operational Excellence Metrics
Track what matters:
**Input Metrics** (controllable)
- Deploy frequency
- Sales calls made
- Content published
- Features shipped
- Bugs fixed
**Output Metrics** (measurable)
- Revenue growth rate
- User retention (D1, D7, D30)
- Net Promoter Score
- Gross margin
- Payback period
**Health Metrics** (sustainable)
- Employee turnover
- Technical debt ratio
- Customer support backlog
- Cash buffer months
- Vendor concentration
## References
Supplementary frameworks in `references.md`:
- **Execution Patterns** — When structuring a phased rollout or recommending a launch strategy
- **Operational Calculations** — When quantifying build-vs-buy, hiring timelines, or tech debt thresholds
- **Resource Efficiency** — When optimizing resource allocation or recommending cost reduction
- **Red Flags** — When scanning for operational warning signs to include in risk assessment
## Output Format
Always lead with resource reality, then show execution path. Format:
**OPERATOR ASSESSMENT**: [Feasibility level]
**RESOURCE REQUIREMENTS**: [People, $, time]
**CRITICAL PATH**: [Key dependencies and timeline]
**BURN PROFILE**: [Monthly burn, runway months]
**MVP SCOPE**: [Minimum viable version]
**EXECUTION PHASES**: [Crawl → Walk → Run]
**OPERATIONAL RISKS**: [Top 3 breaking points]
No comments yet. Be the first to comment!