Hello from Kiro
π Your starting point for the Dynamous and Kiro Hackathon - A comprehensive template with pre-configured Kiro CLI setup, development workflows, and submission guidelines.
π New to Kiro? Check out kiro-guide.md to quickly get accustomed to how Kiro works and understand its unique features for the hackathon.
The Kiro Hackathon is a coding competition where developers build real-world applications using the Kiro CLI. Show off your AI-powered development skills and compete for $17,000 in prizes.
- π Dates: January 5-23, 2026
- π° Prize Pool: $17,000 across 10 winners
- π― Theme: Open - build anything that solves a real problem
- π More Info: dynamous.ai/kiro-hackathon
This template provides everything you need to get started:
- π Steering Documents: Pre-configured project templates (product.md, tech.md, structure.md)
- β‘ Custom Prompts: 11 powerful development workflow prompts
- π Examples: Sample README and DEVLOG showing best practices
- π Hackathon Tools: Specialized code review prompt for submission evaluation
git clone https://github.com/coleam00/dynamous-kiro-hackathon
cd dynamous-kiro-hackathon@quickstartThis assumes you already have Kiro CLI installed and that you started with the kiro-cli command in your terminal.
This interactive wizard will:
- β Fill out your steering documents with project details
- β Configure your development workflow
- β Set up Kiro CLI for your specific project
- β Explain all available prompts and features
Your project is now configured! Use these core prompts:
@prime- Load project context@plan-feature- Plan new features@execute- Implement plans systematically@code-review- Review code quality
Note: Your typical workflow will be @prime β @plan-feature β @execute β @code-review, but feel free to change it however you want. These commands may require additional details (like what feature to plan or which plan file to execute), but Kiro will ask for these parameters after you invoke the command.
- Complete setup: Run
@quickstartto configure your project
- Load context: Use
@primeto understand your codebase - Plan features: Use
@plan-featurefor comprehensive planning
- Implement: Use
@executeto build features systematically - Review: Use
@code-reviewto maintain code quality - Document: Update your DEVLOG.md as you work
- Optimize: Customize your
.kiro/configuration for your workflow
- Final review: Run
@code-review-hackathonfor submission evaluation - Polish documentation: Ensure README.md and DEVLOG.md are complete
- Verify requirements: Check all submission criteria are met
Your submission will be judged on these criteria (100 points total):
- Functionality & Completeness (15 pts): Does it work as intended?
- Real-World Value (15 pts): Does it solve a genuine problem?
- Code Quality (10 pts): Is the code well-structured and maintainable?
- Effective Use of Features (10 pts): How well did you leverage Kiro CLI?
- Custom Commands Quality (7 pts): Quality of your custom prompts
- Workflow Innovation (3 pts): Creative use of Kiro CLI features
- Completeness (9 pts): All required documentation present
- Clarity (7 pts): Easy to understand and follow
- Process Transparency (4 pts): Clear development process documentation
- Uniqueness (8 pts): Original approach or solution
- Creative Problem-Solving (7 pts): Novel technical solutions
- Demo Video (3 pts): Clear demonstration of your project
- README (2 pts): Professional project overview
Ensure these files are complete and high-quality:
- Clear project description and value proposition
- Prerequisites and setup instructions
- Architecture overview and key components
- Usage examples and troubleshooting
There's a lot of freedom for how you can structure this. Just make sure that it's easy for someone viewing this to know exactly what your project is about and how to run it themselves. This is the main criteria that explains the project clearly and how to test it in a local environment.
- Development timeline with key milestones
- Technical decisions and rationale
- Challenges faced and solutions implemented
- Time tracking and Kiro CLI usage statistics
There's a lot of freedom in how you structure this too. It's up to you how you want to document your timeline, milestones, decisions made, challenges you encounter, and all those kinds of things. Feel free to use Kiro to help you maintain your devlog as you're working on the project. Hint: create a Kiro prompt to help you update your log based on what's happening.
- Steering documents: Customized for your project
- Custom prompts: Workflow-specific commands
- Configuration: Optimized for your development process
This template provides a good starting point with prompts, and the wizard helps you set up your initial steering documents. However, it's encouraged for you to continue to customize things and refine it as you're working on your project.
This template includes 11 powerful development prompts:
@prime- Load comprehensive project context@plan-feature- Create detailed implementation plans@execute- Execute plans with systematic task management@quickstart- Interactive project setup wizard
@code-review- Technical code review for quality and bugs@code-review-hackathon- Hackathon submission evaluation@code-review-fix- Fix issues found in code reviews@system-review- Analyze implementation vs plan
@create-prd- Generate Product Requirements Documents@execution-report- Generate implementation reports@rca- Root cause analysis for issues@implement-fix- Implement fixes based on analysis
Check the examples/ folder for:
- README.md: Professional project documentation example
- DEVLOG.md: Comprehensive development log example
These examples show the level of detail and professionalism expected for hackathon submissions.
- Use Kiro CLI extensively - It's 20% of your score
- Document everything - Process documentation is 20% of your score
- Build something useful - Real-world value is heavily weighted
- Optimize your workflow - Custom prompts and steering documents matter
- Start with
@quickstartto set up your foundation properly - Use
@primeat the start of every new conversation to quickly catch the coding assistant up to speed on what has been built in the project already - Update your DEVLOG.md continuously, not just at the end
- Customize your
.kiro/configuration as you learn your workflow - Run
@code-review-hackathonperiodically to compare your project against the judging rubric and before submitting
- Kiro CLI Documentation: kiro.dev/docs/cli
- Hackathon Community: Join the Dynamous community for support
- Built-in Help: Use
/helpin Kiro CLI for command assistance
Ready to build something amazing? Run @quickstart and let's get started! π