Prompt file imported from KyryloYefremov/TallyFinanceApp (
.codex/prompts/init_project.md). Copyright stays with the author.
Task Preamble
Initialize a new Telegram Mini App finance tracker project with professional Codex-driven baseline setup.
Input Definitions
- Programming language and framework (e.g., Node.js/TypeScript, React, Next.js, Python/FastAPI, Go)
- Project area/domain (e.g., web frontend, backend API, full-stack)
- Git remote repository URL (e.g., https://github.com/username/repo.git)
High Level Overview
Gather project configuration details, then initialize the project structure with dependency files, git repository, documentation, and progress tracking.
Detailed Instructions
- Ask user for programming language, framework, and project area
- Ask for git remote repository URL
- After receiving answers, create initial dependency files (package.json, requirements.txt, etc.)
- Initialize local git repository and configure remote
- Create setup documentation section in README.md
- Update AGENTS.md with initialization status and project overview
- Make initial commit with all setup files
Output Requirements
- Dependency configuration file(s) appropriate to the language/framework
- Initialized
.gitdirectory with remote configured - README.md with setup documentation section
- Updated AGENTS.md tracking project initialization
- Initial git commit with all setup files
Output Template
Project: Telegram Mini App Finance Tracker Language: [language/framework] Git Remote: [repository URL]
Setup completed:
Dependency files created Git repository initialized README setup section added AGENTS.md updated Initial commit made
Optional Context
Follow repository coding standards from docs/CODING_STYLE.md and design principles outlined in documentation. Update branch name conventions and PR template location in AGENTS.md if applicable.