Engineering
Operations
Quality
Companies
Founders
Learn
The book
Company
Get in touch
Meta description: Stop asking your developers, “How is it going?” Use these 12 weekly questions to uncover real progress, blockers, risks, testing, and decisions.
“How is development going?”
“Everything is on track.”
That conversation sounds reassuring. It also tells you almost nothing.
A project can remain “on track” for six weeks and still miss its launch date. Developers can be busy every day while the product remains unusable. A feature can be “90% complete” while the remaining 10% contains the hardest work.
Non-technical founders do not need more technical explanations. They need better questions.
Key Takeaways
- Replace broad status questions with requests for visible proof.
- Ask what became usable, not what the team worked on.
- Discuss blockers and risks before discussing percentages.
- End every call with founder decisions and a testable next outcome.
- Record scope changes instead of allowing them to disappear inside conversations.
A good weekly call should make the product clearer, not more confusing.
Why “How Is It Going?” Produces Weak Answers
“How is it going?” is too broad. The team can answer with:
- Fine.
- On track.
- Almost done.
- We are working on the backend.
- We are handling a few technical issues.
None of those answers prove progress.
Public founder discussions show how common this problem is. Non-technical founders describe seeing crowded Jira boards without understanding what developers are building, why work takes several weeks, or why the result differs from what they requested.
A weekly meeting should expose six things:
- What became usable.
- What did not get completed.
- What is blocking progress.
- What could damage the timeline or budget.
- What the founder must decide.
- What the founder will be able to test next.
The 12 Questions to Ask Your Development Team Every Week
1. What Can I Use Today That I Could Not Use Last Week?
This is stronger than asking what the team worked on. A good answer sounds like:
“You can now create a seller account, upload a product, and see it inside the admin dashboard. Here is the test link and login information.”
A weak answer sounds like:
“We completed several backend tasks and made good progress on the API.”
Backend work may be necessary. But the team should still explain what that work enables, what evidence exists, and when it becomes testable.
2. Can You Show Me the Complete User Journey?
Do not ask to see five separate screens. Ask the team to show one realistic person completing a goal. For example:
“Show me a new customer creating an account, choosing a plan, paying, and receiving access.”
The Sprint Review is intended to be a working session where completed work is shown to stakeholders and feedback is collected. Scrum guidance also recommends putting the product into the hands of users and stakeholders as much as possible.
The weekly review should not be a presentation about progress. It should be an inspection of the product.
3. What Did You Plan to Finish but Not Finish?
This question makes delays visible while they are still manageable. The team should explain:
- What did not finish.
- Why it did not finish.
- What new information was discovered.
- Whether the missed work affects other features.
- What the revised completion point is.
Do not punish every delay. Software work contains uncertainty. If the team believes that admitting a delay will create anger, it may begin hiding problems.
Your goal is not to force a positive answer. Your goal is to receive an honest one early.
4. What Is the Biggest Blocker Right Now?
A blocker is something preventing the team from moving forward. It might be:
- Missing payment-provider approval.
- Unclear business rules.
- Delayed access to an external system.
- A design decision that has not been made.
- A technical problem affecting several features.
- A developer being unavailable.
- Test data that does not exist.
Ask who owns the blocker and what must happen next. A blocker without an owner can quietly survive for weeks.
5. What Is the Biggest Risk, Even If It Has Not Become a Problem Yet?
A blocker is already slowing the project. A risk may damage the project later. Examples include:
- The app may slow down with more users.
- A third-party integration may not support the required feature.
- App Store approval may require additional privacy work.
- The current design may not fit smaller screens.
- A rushed shortcut may make later changes expensive.
- The launch date may leave too little time for testing.
This question gives the team permission to discuss uncomfortable possibilities before they become emergencies.
6. What Assumption Did the Team Make This Week?
Developers make decisions every day. When requirements are unclear, they may decide:
- What happens when a subscription expires.
- Who can delete an account.
- Whether users can edit an order.
- How refunds work.
- What information an administrator can see.
- Whether data should be permanently deleted.
These are not always technical decisions. Many are business decisions. Ask the team to list important assumptions so that you can confirm or correct them before they become deeply embedded in the product.
7. What Was Tested, and What Failed?
Do not ask only, “Was it tested?” The answer will usually be yes. Ask for detail:
- Which user journeys were tested?
- Which devices were used?
- Which browsers were used?
- Which errors were intentionally triggered?
- What failed?
- What remains untested?
- Are any serious defects still open?
A trustworthy team should be comfortable discussing failed tests. Finding a defect before launch is useful work, not an embarrassment.
8. What Changed From the Original Plan?
Projects change gradually. A founder requests a small adjustment. A developer chooses a temporary shortcut. An integration behaves differently than expected. A feature moves to a later release.
Individually, these changes may seem harmless. Together, they can create a completely different product, budget, or launch date. Ask the team to record:
- What changed.
- Why it changed.
- Who approved it.
- Its cost.
- Its effect on the timeline.
- Whether anything else must change because of it.
This creates a simple change log instead of relying on memory.
9. What Decision Do You Need From Me?
A development team can lose several days waiting for a founder to answer one question. Ask directly whether the team needs you to decide:
- Which user type receives priority.
- Which payment model to use.
- Whether a feature belongs in the first release.
- What should happen during an unusual case.
- Which design direction to approve.
- Whether to protect the deadline or add more scope.
The team should explain the options in business language. A good format is:
“Option A takes less time but supports only one payment method. Option B takes longer but makes international payments easier later. We recommend A for the first release because it protects the launch date.”
10. What Should I Personally Review After This Meeting?
Every weekly call should end with something the founder can inspect. That might be:
- A test link.
- A mobile build.
- A new user journey.
- Updated designs.
- Release notes.
- A list of acceptance criteria.
- A short screen recording.
- A decision document.
Do not leave with “We will keep working.” Leave with a specific review task.
11. What Will I Be Able to Test by the Next Meeting?
The answer should describe a user outcome, not internal activity.
Weak commitment: “We will work on the payment integration.”
Stronger commitment: “By next Thursday, you will be able to create a test customer, complete a card payment, receive a receipt, and see the transaction in the administrator dashboard.”
The stronger version can be verified.
12. What Evidence Will Prove That Work Is Complete?
Agree on the proof before the work begins. Evidence might include:
- A working test link.
- A completed user journey.
- Passed acceptance criteria.
- Test results.
- Release notes.
- A deployed mobile build.
- Before-and-after recordings.
- Confirmation that no critical defects remain open.
This moves the relationship from trust alone to trust supported by evidence.
A Simple 30-Minute Weekly Meeting Structure
First 5 Minutes: Last Week’s Commitment
Ask:
- What did we agree would become testable?
- Is it now testable?
- Where is the link or build?
Do not begin with a long project-management presentation. Begin with the promised outcome.
Next 10 Minutes: Product Demonstration
- Ask the team to show a complete user journey.
- Interrupt when something is unclear.
- Try part of the journey yourself.
- Record problems immediately.
Next 5 Minutes: Blockers and Risks
Discuss:
- Current blockers.
- Future risks.
- Dependencies.
- Delayed decisions.
- Scope changes.
Next 5 Minutes: Testing
Ask what was tested, what failed, and what remains uncertain.
Final 5 Minutes: Decisions and Next Proof
Confirm:
- What the founder must decide.
- What the team will complete.
- What will become testable.
- What evidence will be provided.
- Who owns every next action.
What a Good Weekly Update Looks Like
A strong update might say:
“This week, customers can create an account and purchase the monthly plan in the test environment. The successful-payment journey passed on desktop and two mobile devices. The expired-card error still needs improvement because it currently displays a generic message. We are also waiting for your decision on whether customers can cancel immediately or at the end of the billing period. By next week, you will be able to test cancellation and renewal.”
This update communicates progress, testing, a defect, a founder decision, and the next testable outcome.
What a Weak Weekly Update Looks Like
Be cautious when updates repeatedly sound like:
- Everything is progressing.
- The backend is nearly complete.
- We are solving technical issues.
- The developers are working hard.
- It is 80% done.
- We need another week.
- The remaining work is small.
- We will show everything when it is ready.
The problem is not that one of these sentences is always false. The problem is that none provides enough evidence to manage the project. Founders publicly report outsourced projects slowly moving toward missed deadlines, rigid working relationships, and vague updates after appearing healthy at the beginning.
Questions You Should Not Ask Without a Follow-Up
“Are We on Schedule?”
Follow with: “Which specific user journey proves that?”
“Is the Feature Done?”
Follow with: “Can I test it from a fresh account on my phone?”
“How Much Is Left?”
Follow with: “What remains, what is uncertain, and which part carries the highest risk?”
“Was It Tested?”
Follow with: “What failed, and what has not been tested yet?”
“Do You Need Anything?”
Follow with: “Which decision from me would prevent delay this week?”
You Are Not Micromanaging by Asking for Evidence
Micromanagement means controlling how skilled people perform every small task. Asking for a usable build, a clear risk explanation, or a test result is not micromanagement. It is product ownership.
You should not tell the developer how to structure a database table. You should be able to ask whether a customer’s information remains correct after the feature is used.
You do not need to question every line of code. You do need to know whether the product is moving toward the promised business outcome.
How Girmairi Makes Weekly Progress Easier to Understand
Girmairi’s model focuses on clear communication, continuous collaboration, technical leadership, transparent updates, and feedback loops. The team works inside the client’s meetings and communication channels rather than operating as a distant delivery vendor. This is particularly valuable for a non-technical founder.
A Girmairi weekly review should not force you to translate engineering language alone. It should connect the technical work to:
- The user problem being solved.
- The journey that became usable.
- The remaining risk.
- The decision required from you.
- The evidence you can inspect.
- The next outcome the team has committed to deliver.
That is what a disciplined offshore partnership should feel like. The founder brings customer knowledge and business direction. The development team brings technical execution. The weekly meeting keeps those two worlds connected.
Frequently Asked Questions
How often should I meet with an offshore development team?
A weekly product review is a practical minimum for many active projects. Shorter midweek check-ins may also be helpful when the product is moving quickly, the launch is close, or important blockers need immediate decisions.
What should an offshore development team include in a weekly report?
The report should include completed user outcomes, unfinished work, blockers, risks, testing results, scope changes, decisions required, known defects, and what will become testable next.
How can a non-technical founder track developer progress?
Track working product journeys, test links, release notes, acceptance criteria, resolved defects, and delivered milestones. Do not rely only on hours, ticket counts, code commits, or percentage-complete estimates.
Should developers show unfinished work?
Yes, when the unfinished work is stable enough to review. Early feedback can prevent the team from completing the wrong interpretation of a feature.
What is the biggest red flag in a weekly development meeting?
The biggest red flag is repeated inability to show usable progress. Technical activity may be occurring, but the team should still be able to explain what the work enables and when the founder can verify it.
More on Offshore Development
All articles →
Why Your Offshore App Looks Finished but Feels Broken
Your offshore app looks finished in the demo but breaks for real users. Learn the six signs and the simple tests non-technical founders can run bef…

Saba Mahjamin
Aug 16, 2026 · 10 min read

How to Review a Software Demo Without Understanding Code
A practical software demo checklist for non-technical founders. Test real user flows, mobile behavior, errors, data, and integrations without revie…

Shusmoy Chowdhury
Aug 16, 2026 · 13 min read

How to Stop Paying for Offshore Development Work You Cannot Verify
Learn how non-technical founders can stop paying for offshore development work they cannot verify using demos, release notes, test links, and clear…

Shusmoy Chowdhury
Aug 16, 2026 · 11 min read

