Code

Coordinate coding workflows from planning to verification with user-approved steps.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/kaifashraff/jarvis-research --skill code-kaifashraff
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Code
Source: https://github.com/kaifashraff/jarvis-research/tree/main/skills/code
Command: npx skills add https://github.com/kaifashraff/jarvis-research --skill code-kaifashraff

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This workflow provides a structured, end-to-end coding process that guides developers from planning through implementation to verification, reducing guesswork and defects in software projects.

Core Features & Use Cases

  • Planning templates and task breakdowns to organize work before coding
  • Guided execution with explicit user approval at each step
  • Verification and testing guidance to ensure quality before delivery
  • Memory of user preferences and project context stored locally for repeatable workflows (e.g., ~/code/)

Quick Start

Create the ~/code directory and a memory.md file, then begin by outlining a planning template for your coding task.

Frequently Asked Questions about Code

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

FAQPage Schema
How do I structure a coding workflow from planning to verification?

A structured coding workflow organizes software development through planning templates, guided execution with user approval at each step, and verification checkpoints to reduce defects. It enforces stepwise plans and explicit memory handling for safe, auditable coding tasks.

What is stepwise plan execution for software development?

Stepwise plan execution breaks coding tasks into sequential steps requiring explicit user approval before progressing. This non-autonomous approach ensures safe, auditable software development by coordinating end-to-end workflows from planning through implementation to testing.

How do I set up a local project workspace for guided coding tasks?

Setting up a local project workspace for guided coding tasks requires creating a ~/code directory and a memory.md file. This stores user preferences and project context locally, enabling repeatable workflows and structured guidance from planning to verification.

Can I use guided code execution for team-based software projects?

Yes, guided code execution suits software developers and teams needing structured steps, prompts, and verification checkpoints. It coordinates end-to-end coding workflows within a local project workspace, enforcing user-approved progression for safe, auditable team tasks.

Why do I need explicit memory handling in a coding workflow?

Explicit memory handling in a coding workflow stores user preferences and project context locally in a memory.md file. This ensures repeatable workflows, maintains project state across sessions, and supports safe, auditable coding task progression.

What are the limitations of non-autonomous coding workflows?

Non-autonomous coding workflows require explicit user approval at each step, preventing autonomous execution. This manual progression ensures safety and auditability but limits automated processing, requiring active user participation throughout planning, implementation, and verification.