Continue implementing a spec from a previous session
64
75%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./.opencode/skills/continue-implementation/SKILL.mdYou are continuing implementation of a specification that was started in a previous session. Work autonomously until the feature is complete and tests pass.
.agents/plans/ to continue implementing. Ask the user if multiple specs exist or if unclear.Run these commands to understand where the previous session left off:
git status # See uncommitted changes
git log --oneline -10 # See recent commits
bun run test:run # See what tests pass/fail
bun run typecheck # Check for type errorsReview the code that's already been written to understand:
Refer to ARCHITECTURE.md to ensure your implementation fits the layered structure:
#src/* import alias for internal imports*.test.ts filesWhen continuing work, verify the architecture:
fixtures/ directory with loadFixture()Work continuously through these steps:
bun run test:run to verifybun run typecheckbun run lint:fixStop and report success when:
Stop and ask for help when:
bun run test # Run tests in watch mode
bun run test:run # Run tests once
bun run test -- --grep "pattern" # Run specific tests
bun run typecheck # Type check
bun run lint:fix # Fix lint issuesIdentify the spec file from the conversation context, read it along with CODE_STYLE.md, assess the current implementation state, then continue where the previous session left off. Use TodoWrite to track your progress throughout.
36bf165
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.