AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Musk Step 4 Accelerate Cycle Time

skill-wezendy-elon-musk-algorithm-skills-musk-step-4-accelerate-cycle-time · by wezendy

Step 4 of the Musk algorithm. Accelerate cycle time on what survived simplification. BROWNFIELD ONLY. Requires an existing, operational process with measurable cycle times. Not applicable to greenfield work where no cycle exists yet. Use whenever the user wants to reduce latency, shorten build/deploy time, speed up an existing pipeline, reduce time-to-insight on an established workflow, or compre…

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-wezendy-elon-musk-algorithm-skills-musk-step-4-accelerate-cycle-time

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-wezendy-elon-musk-algorithm-skills-musk-step-4-accelerate-cycle-time)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Musk Step 4 Accelerate Cycle Time? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Step 4: Accelerate Cycle Time

Only after step 3. Never speed up a process that should be deleted.

Part of the [[musk-algorithm]]. Fourth in the strict order.

Gate

Before this step, verify in the conversation or diff:

  • [[musk-step-1-question-requirements]] has produced a list of named, surviving requirements.
  • [[musk-step-2-delete-parts]] has produced an explicit deletion list and predicted add-back.
  • [[musk-step-3-simplify-optimize]] has produced a complexity delta for the surviving parts.

If any is absent, stop. Run the missing step first.

Why this step exists

Acceleration on top of accidental complexity hard-codes the complexity into a faster substrate. Once you have invested in making a slow, bloated process fast, the bloat is now even harder to remove because removing it would invalidate the acceleration work.

Musk's order is deliberate: cut, simplify, then speed up what remains. Speeding up before cutting and simplifying is wasted work, and creates an emotional sunk cost that prevents future cuts.

Protocol

  1. Measure the current cycle. End-to-end time. Per-step time. Wait time vs. work time. Queue depth at each step.
  2. Identify the longest wait, the longest queue, the longest manual step. This is the bottleneck. Theory of constraints: any improvement that is not at the bottleneck is theater.
  3. Compress the bottleneck. Not the easy parts. Not the parts that are already fast.
  4. State the correctness risk. Acceleration almost always introduces shortcuts. Name them explicitly. Silent shortcuts become incidents.

Output format

Current cycle time:
  - End-to-end: [duration]
  - Per step:
    - Step 1 ([name]): [duration], [work vs. wait]
    - Step 2 ([name]): [duration], [work vs. wait]
    - ...
Bottleneck: [the longest single contributor]
Why this is the bottleneck: [evidence, not assumption]
Acceleration proposal: [specific change at the bottleneck]
Correctness risk introduced: [explicit shortcuts, race conditions, weakened guarantees]
Verification plan: [how you will confirm the acceleration did not break correctness]
Projected new cycle time: [estimate]

Software and data work translation

| Hardware cycle | Software equivalent | |----------------|---------------------| | Manufacturing line throughput | CI/CD pipeline duration | | Setup time between batches | Cold start, deployment time | | Tool change | Environment switch, context switch | | Inspection cycle | Test suite, code review | | Material wait | Queue depth, blocked tickets |

Common acceleration targets:

  • Build time. Cache aggressively, parallelize, eliminate redundant work.
  • Test time. Run only the tests affected by the change. Parallelize.
  • Deploy time. Blue/green, canary, prebuilt images.
  • Time-to-insight. Materialized views, precomputed aggregates (but verify step 1 first: is the insight actually needed?).
  • Approval cycle. Eliminate handoffs. Reduce reviewer count to the minimum that catches the real failure modes.

Anti-patterns to refuse

  • "Let's parallelize this step." Is this step the bottleneck? If not, the parallelization is theater.
  • "Let's add caching." For what specific call pattern, with what invalidation strategy? Caching without an invalidation plan is a future incident.
  • "Let's add more workers." Workers do not help if the bottleneck is a serial database write.
  • "We accelerated step 3 from 30s to 5s." Is step 3 the bottleneck? If step 5 takes 10 minutes, the gain is invisible.
  • "We sped up the pipeline by skipping the test stage." This is not acceleration. This is removing a step. If the test stage should be removed, that is a step 2 decision, not a step 4 decision.

Completion criteria

This step is done when:

  • The bottleneck has been measured, not guessed.
  • The acceleration has been applied at the bottleneck.
  • The new cycle time has been measured.
  • The correctness risk has been named and verified.

Only then can [[musk-step-5-automate]] begin.

See also

  • [[musk-algorithm]] (overview)
  • [[musk-step-3-simplify-optimize]] (previous)
  • [[musk-step-5-automate]] (next)

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.