If you are stuck at the first step
- Know some Python, frontend, or data analysis, but have never independently finished a real project?
- Want credible portfolio evidence or a first software-income experiment, but do not know which real problem to start with?
- Have followed tutorials and completed coursework, but do not know how to find a first user, cut scope, or decide what “done” means?
Big Jump turns a coding agent into an autonomous builder-coach. It first helps choose a direction from people and problems you can reach, then scopes, builds, verifies, and teaches one useful concept per phase.
From knowing some technology to your own first release
Big Jump began from a gap familiar to many students at China's 985/211 universities: learning plenty without a path from knowledge to a real user; the school label is context, not an entry requirement. Big Jump does not promise that a finished website creates income. It keeps technical correctness, first use, repeated use, and willingness to pay as separate evidence.
How it works
See the workflow in action
[Slice 1: parse copy-only fixtures and print a stable dry-run plan.]
Evidence: unit cases for missing dates and name collisions, plus a real subprocess run in a temporary directory.
[Slice 2: add confirmed apply, idempotency, interruption recovery, packaging, and a clean-install smoke test.]
Quick commands
/pausestop the auto-flow and wait for me/testrun the current fast evidence set/test fullrun the acceptance evidence set/ideasfind and select a product direction/explainexplain the current slice in plain language/reviewinspect scope, correctness, maintainability, and evidence/deployfollow release choices and permission gates/retrospectivesummarize what I learned
Install
Codex — one command
Download the repository and run:
bash install.sh
Or copy the complete big-jump folder into ~/.codex/skills/. The references, assets, evals, and validation script are part of the skill; copying only SKILL.md is incomplete. The folder must be named big-jump.
DeepSeek Harness
Put the big-jump folder into .dsh/skills or .agents/skills in your project, or into ~/.dsh/skills.
Claude Code / Cursor
Put the folder into the tool's skills directory (for example ~/.claude/skills/, or the .agents/skills project folder).
Use it
In a new chat, describe a substantial outcome, such as "Build a safe photo-renaming CLI with dry-run and recovery." If the skill does not load automatically, say "Use the big-jump skill."