Skip to content

kingsley2169/easy_islanders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

400 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GHBanner

Run and deploy your AI Studio app

This contains everything you need to run your app locally.

View your app in AI Studio: https://ai.studio/apps/drive/1JdBwSrxHG4XcKCFS_YDM10CKoMlY9S4G

Run Locally

Prerequisites: Node.js

  1. Install dependencies: npm install
  2. Set the GEMINI_API_KEY in .env.local to your Gemini API key
  3. Run the app: npm run dev

Session-Driven Development

This project uses Solokit for Session-Driven Development with AI assistants.

Quick Start

sk start           # Begin a session with context briefing
sk end             # Complete session with quality gates
sk work-new        # Create a new work item
sk work-list       # View all work items
sk status          # Check current session status

Session Commands

Command Description
sk start [id] Start session with comprehensive briefing
sk end Complete session with quality gates
sk status View current session status
sk validate Run quality checks without ending session

Work Item Commands

Command Description
sk work-new Create new work item interactively
sk work-list List all work items
sk work-show <id> Show work item details
sk work-update <id> Update work item fields
sk work-next Get recommended next item
sk work-delete <id> Delete a work item
sk work-graph Visualize work item dependencies

Learning Commands

Command Description
sk learn Capture a learning
sk learn-show Browse captured learnings
sk learn-search <query> Search learnings by keyword
sk learn-curate Deduplicate and organize learnings

Session Files

The .session/ directory contains:

  • specs/ - Work item specifications
  • briefings/ - Session context briefings
  • history/ - Session summaries
  • tracking/ - Work items and learnings data

Adopted with Solokit v0.3.0

About

An agentic canvas runtime that makes a business presence intelligent.

Resources

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors