Build ideas from scratch through guided discovery, then produce developer-ready specs and implementation prompts.
- Starting a new side project from a rough idea
- Need structured thinking before jumping into code
Instructions for AI coding agents working in this repository.
| # For more info, see http://www.elezea.com/2014/07/automatic-upload-amazon-s3/ | |
| import boto | |
| from boto.s3.connection import S3Connection | |
| import os | |
| import sys | |
| import urllib | |
| from datetime import date, datetime | |
| import subprocess |